#09805D

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

Shades of Deep Sea #09805D

Tints of Deep Sea #09805D

Color information

#09805D (or 0x09805D) is unknown color: approx Deep Sea. HEX triplet: 09, 80 and 5D. RGB value is (9,128,93). Sum of RGB (Red+Green+Blue) = 9+128+93=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 128 (50.39% from 255 or 55.65% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 128 - color contains mainly: green. Hex color #09805D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09805D is #F67FA2. Grayscale: #585858. Windows color (decimal): -16154531 or 6127625. OLE color: 6127625.

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

Color convert

RGB912893-
CMYK0.9300.270.50
HSL162.35º86.86%26.86%-
HSV(B)162.35º92.97%50.2%-
XYZ9.8116.2912.98-
YUV88.43130.5871.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.91%
GREEN value IS 128 (50.39% from 255) = 55.65%
BLUE value IS 93 (36.72% from 255) = 40.43%
R=3.91%
G=55.65%
B=40.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9128930.9300.270.50162.3586.8626.86
Hex9805D5D01B32a2571b
Octal112001351350336224212733
Binary1001100000001011101101110101101111001010100010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09805D; }

 p { color: rgb(9,128,93); }

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

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

 a { background-color: rgb(9,128,93); }

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

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

 span { border-color: rgb(9,128,93); }

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