#09895A

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

Shades of Deep Sea #09895A

Tints of Deep Sea #09895A

Color information

#09895A (or 0x09895A) is unknown color: approx Deep Sea. HEX triplet: 09, 89 and 5A. RGB value is (9,137,90). Sum of RGB (Red+Green+Blue) = 9+137+90=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 137 (53.91% from 255 or 58.05% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 137 - color contains mainly: green. Hex color #09895A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09895A is #F676A5. Grayscale: #5D5D5D. Windows color (decimal): -16152230 or 5933321. OLE color: 5933321.

HSL color Cylindrical-coordinate representation of color #09895A: hue angle of 157.97º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09895A is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB913790-
CMYK0.9300.340.46
HSL157.97º87.67%28.63%-
HSV(B)157.97º93.43%53.73%-
XYZ10.918.6912.71-
YUV93.37126.0967.82-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.81%
GREEN value IS 137 (53.91% from 255) = 58.05%
BLUE value IS 90 (35.55% from 255) = 38.14%
R=3.81%
G=58.05%
B=38.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9137900.9300.340.46157.9787.6728.63
Hex9895A5D0222E9e581d
Octal112111321350425623613035
Binary10011000100110110101011101010001010111010011110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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