#0D856E

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

Shades of Deep Sea #0D856E

Tints of Deep Sea #0D856E

Color information

#0D856E (or 0x0D856E) is unknown color: approx Deep Sea. HEX triplet: 0D, 85 and 6E. RGB value is (13,133,110). Sum of RGB (Red+Green+Blue) = 13+133+110=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #0D856E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D856E is #F27A91. Grayscale: #5E5E5E. Windows color (decimal): -15891090 or 7243021. OLE color: 7243021.

HSL color Cylindrical-coordinate representation of color #0D856E: hue angle of 168.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D856E is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13133110-
CMYK0.9000.170.48
HSL168.5º82.19%28.63%-
HSV(B)168.5º90.23%52.16%-
XYZ11.3717.9917.62-
YUV94.5136.7469.87-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.08%
GREEN value IS 133 (52.34% from 255) = 51.95%
BLUE value IS 110 (43.36% from 255) = 42.97%
R=5.08%
G=51.95%
B=42.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131331100.9000.170.48168.582.1928.63
HexD856E5A01130a8521d
Octal152051561320216025012235
Binary1101100001011101110101101001000111000010101000101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D856E; }

 p { color: rgb(13,133,110); }

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

<style>
 a { background-color: #0D856E; }

 a { background-color: rgb(13,133,110); }

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

<style>
 span { border-color: #0D856E; }

 span { border-color: rgb(13,133,110); }

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