#098662

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

Shades of Deep Sea #098662

Tints of Deep Sea #098662

Color information

#098662 (or 0x098662) is unknown color: approx Deep Sea. HEX triplet: 09, 86 and 62. RGB value is (9,134,98). Sum of RGB (Red+Green+Blue) = 9+134+98=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 134 (52.73% from 255 or 55.60% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 134 - color contains mainly: green. Hex color #098662 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098662 is #F6799D. Grayscale: #5C5C5C. Windows color (decimal): -16152990 or 6456841. OLE color: 6456841.

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

Color convert

RGB913498-
CMYK0.9300.270.47
HSL162.72º87.41%28.04%-
HSV(B)162.72º93.28%52.55%-
XYZ10.8417.9914.46-
YUV92.52131.0968.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.73%
GREEN value IS 134 (52.73% from 255) = 55.60%
BLUE value IS 98 (38.67% from 255) = 40.66%
R=3.73%
G=55.60%
B=40.66%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9134980.9300.270.47162.7287.4128.04
Hex986625D01B2Fa3571c
Octal112061421350335724312734
Binary1001100001101100010101110101101110111110100011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098662; }

 p { color: rgb(9,134,98); }

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

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

 a { background-color: rgb(9,134,98); }

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

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

 span { border-color: rgb(9,134,98); }

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