#09805F

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

Shades of Deep Sea #09805F

Tints of Deep Sea #09805F

Color information

#09805F (or 0x09805F) is unknown color: approx Deep Sea. HEX triplet: 09, 80 and 5F. RGB value is (9,128,95). Sum of RGB (Red+Green+Blue) = 9+128+95=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 128 (50.39% from 255 or 55.17% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 128 - color contains mainly: green. Hex color #09805F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09805F is #F67FA0. Grayscale: #585858. Windows color (decimal): -16154529 or 6258697. OLE color: 6258697.

HSL color Cylindrical-coordinate representation of color #09805F: hue angle of 163.36º 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 #09805F is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB912895-
CMYK0.9300.260.50
HSL163.36º86.86%26.86%-
HSV(B)163.36º92.97%50.2%-
XYZ9.916.3213.46-
YUV88.66131.5871.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.88%
GREEN value IS 128 (50.39% from 255) = 55.17%
BLUE value IS 95 (37.5% from 255) = 40.95%
R=3.88%
G=55.17%
B=40.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9128950.9300.260.50163.3686.8626.86
Hex9805F5D01A32a3571b
Octal112001371350326224312733
Binary1001100000001011111101110101101011001010100011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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