#09885A

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

Shades of Deep Sea #09885A

Tints of Deep Sea #09885A

Color information

#09885A (or 0x09885A) is unknown color: approx Deep Sea. HEX triplet: 09, 88 and 5A. RGB value is (9,136,90). Sum of RGB (Red+Green+Blue) = 9+136+90=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 136 (53.52% from 255 or 57.87% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 136 - color contains mainly: green. Hex color #09885A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09885A is #F677A5. Grayscale: #5C5C5C. Windows color (decimal): -16152486 or 5933065. OLE color: 5933065.

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

Color convert

RGB913690-
CMYK0.9300.340.47
HSL158.27º87.59%28.43%-
HSV(B)158.27º93.38%53.33%-
XYZ10.7618.412.66-
YUV92.78126.4268.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.83%
GREEN value IS 136 (53.52% from 255) = 57.87%
BLUE value IS 90 (35.55% from 255) = 38.30%
R=3.83%
G=57.87%
B=38.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9136900.9300.340.47158.2787.5928.43
Hex9885A5D0222F9e581c
Octal112101321350425723613034
Binary10011000100010110101011101010001010111110011110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09885A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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