#098268

Color #098268 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #098268

Tints of Deep Sea #098268

Color information

#098268 (or 0x098268) is unknown color: approx Deep Sea. HEX triplet: 09, 82 and 68. RGB value is (9,130,104). Sum of RGB (Red+Green+Blue) = 9+130+104=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #098268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098268 is #F67D97. Grayscale: #5A5A5A. Windows color (decimal): -16154008 or 6849033. OLE color: 6849033.

HSL color Cylindrical-coordinate representation of color #098268: hue angle of 167.11º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098268 is Cyan = 0.93, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB9130104-
CMYK0.9300.20.49
HSL167.11º87.05%27.25%-
HSV(B)167.11º93.08%50.98%-
XYZ10.5917.0215.82-
YUV90.86135.4169.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 3.70%
GREEN value IS 130 (51.17% from 255) = 53.50%
BLUE value IS 104 (41.02% from 255) = 42.80%
R=3.70%
G=53.50%
B=42.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91301040.9300.20.49167.1187.0527.25
Hex982685D01431a7571b
Octal112021501350246124712733
Binary1001100000101101000101110101010011000110100111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098268; }

 p { color: rgb(9,130,104); }

 H1.HeaderClassName
 {
   color: #098268;
 }
 .AnyTagClassName
 {
   color: #098268;
 }
</style>
background-color css

<style>
 a { background-color: #098268; }

 a { background-color: rgb(9,130,104); }

 div.DivClassName
 {
   background-color: #098268;
 }
 .BgClassName
 {
   background-color: #098268;
 }
</style>
border-color css

<style>
 span { border-color: #098268; }

 span { border-color: rgb(9,130,104); }

 td.TdClassName
 {
   border-color: #098268;
 }
 .TagClassName
 {
   border-color: #098268;
 }
</style>