#09805E

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

Shades of Deep Sea #09805E

Tints of Deep Sea #09805E

Color information

#09805E (or 0x09805E) is unknown color: approx Deep Sea. HEX triplet: 09, 80 and 5E. RGB value is (9,128,94). Sum of RGB (Red+Green+Blue) = 9+128+94=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 128 (50.39% from 255 or 55.41% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 128 - color contains mainly: green. Hex color #09805E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09805E is #F67FA1. Grayscale: #585858. Windows color (decimal): -16154530 or 6193161. OLE color: 6193161.

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

Color convert

RGB912894-
CMYK0.9300.270.50
HSL162.86º86.86%26.86%-
HSV(B)162.86º92.97%50.2%-
XYZ9.8516.313.22-
YUV88.54131.0871.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.90%
GREEN value IS 128 (50.39% from 255) = 55.41%
BLUE value IS 94 (37.11% from 255) = 40.69%
R=3.90%
G=55.41%
B=40.69%

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
Decimal9128940.9300.270.50162.8686.8626.86
Hex9805E5D01B32a3571b
Octal112001361350336224312733
Binary1001100000001011110101110101101111001010100011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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