#09885C

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

Shades of Deep Sea #09885C

Tints of Deep Sea #09885C

Color information

#09885C (or 0x09885C) is unknown color: approx Deep Sea. HEX triplet: 09, 88 and 5C. RGB value is (9,136,92). Sum of RGB (Red+Green+Blue) = 9+136+92=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 136 (53.52% from 255 or 57.38% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 136 - color contains mainly: green. Hex color #09885C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09885C is #F677A3. Grayscale: #5D5D5D. Windows color (decimal): -16152484 or 6064137. OLE color: 6064137.

HSL color Cylindrical-coordinate representation of color #09885C: hue angle of 159.21º 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 #09885C is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB913692-
CMYK0.9300.320.47
HSL159.21º87.59%28.43%-
HSV(B)159.21º93.38%53.33%-
XYZ10.8518.4413.11-
YUV93.01127.4268.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.80%
GREEN value IS 136 (53.52% from 255) = 57.38%
BLUE value IS 92 (36.33% from 255) = 38.82%
R=3.80%
G=57.38%
B=38.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9136920.9300.320.47159.2187.5928.43
Hex9885C5D0202F9f581c
Octal112101341350405723713034
Binary10011000100010111001011101010000010111110011111101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09885C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09885C; }

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

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

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

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

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

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

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

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