#09855E

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

Shades of Deep Sea #09855E

Tints of Deep Sea #09855E

Color information

#09855E (or 0x09855E) is unknown color: approx Deep Sea. HEX triplet: 09, 85 and 5E. RGB value is (9,133,94). Sum of RGB (Red+Green+Blue) = 9+133+94=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 133 (52.34% from 255 or 56.36% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 133 - color contains mainly: green. Hex color #09855E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09855E is #F67AA1. Grayscale: #5B5B5B. Windows color (decimal): -16153250 or 6194441. OLE color: 6194441.

HSL color Cylindrical-coordinate representation of color #09855E: hue angle of 161.13º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09855E is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB913394-
CMYK0.9300.290.48
HSL161.13º87.32%27.84%-
HSV(B)161.13º93.23%52.16%-
XYZ10.5217.6413.44-
YUV91.48129.4269.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.81%
GREEN value IS 133 (52.34% from 255) = 56.36%
BLUE value IS 94 (37.11% from 255) = 39.83%
R=3.81%
G=56.36%
B=39.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9133940.9300.290.48161.1387.3227.84
Hex9855E5D01D30a1571c
Octal112051361350356024112734
Binary1001100001011011110101110101110111000010100001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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