#0D8561

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

Shades of Deep Sea #0D8561

Tints of Deep Sea #0D8561

Color information

#0D8561 (or 0x0D8561) is unknown color: approx Deep Sea. HEX triplet: 0D, 85 and 61. RGB value is (13,133,97). Sum of RGB (Red+Green+Blue) = 13+133+97=243 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.35% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #0D8561 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8561 is #F27A9E. Grayscale: #5D5D5D. Windows color (decimal): -15891103 or 6391053. OLE color: 6391053.

HSL color Cylindrical-coordinate representation of color #0D8561: hue angle of 162º 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 #0D8561 is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB1313397-
CMYK0.9000.270.48
HSL162º82.19%28.63%-
HSV(B)162º90.23%52.16%-
XYZ10.7117.7214.17-
YUV93.02130.2470.93-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.35%
GREEN value IS 133 (52.34% from 255) = 54.73%
BLUE value IS 97 (38.28% from 255) = 39.92%
R=5.35%
G=54.73%
B=39.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13133970.9000.270.4816282.1928.63
HexD85615A01B30a2521d
Octal152051411320336024212235
Binary1101100001011100001101101001101111000010100010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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