#098864

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

Shades of Deep Sea #098864

Tints of Deep Sea #098864

Color information

#098864 (or 0x098864) is unknown color: approx Deep Sea. HEX triplet: 09, 88 and 64. RGB value is (9,136,100). Sum of RGB (Red+Green+Blue) = 9+136+100=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #098864 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098864 is #F6779B. Grayscale: #5D5D5D. Windows color (decimal): -16152476 or 6588425. OLE color: 6588425.

HSL color Cylindrical-coordinate representation of color #098864: hue angle of 162.99º degrees, saturation: 0.88, 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 #098864 is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB9136100-
CMYK0.9300.260.47
HSL162.99º87.59%28.43%-
HSV(B)162.99º93.38%53.33%-
XYZ11.2218.5915.05-
YUV93.92131.4267.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.67%
GREEN value IS 136 (53.52% from 255) = 55.51%
BLUE value IS 100 (39.45% from 255) = 40.82%
R=3.67%
G=55.51%
B=40.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91361000.9300.260.47162.9987.5928.43
Hex988645D01A2Fa3581c
Octal112101441350325724313034
Binary1001100010001100100101110101101010111110100011101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098864; }

 p { color: rgb(9,136,100); }

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

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

 a { background-color: rgb(9,136,100); }

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

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

 span { border-color: rgb(9,136,100); }

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