#0C8561

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

Shades of Deep Sea #0C8561

Tints of Deep Sea #0C8561

Color information

#0C8561 (or 0x0C8561) is unknown color: approx Deep Sea. HEX triplet: 0C, 85 and 61. RGB value is (12,133,97). Sum of RGB (Red+Green+Blue) = 12+133+97=242 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.96% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #0C8561 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8561 is #F37A9E. Grayscale: #5C5C5C. Windows color (decimal): -15956639 or 6391052. OLE color: 6391052.

HSL color Cylindrical-coordinate representation of color #0C8561: hue angle of 162.15º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8561 is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB1213397-
CMYK0.9100.270.48
HSL162.15º83.45%28.43%-
HSV(B)162.15º90.98%52.16%-
XYZ10.717.7214.17-
YUV92.72130.4170.43-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.96%
GREEN value IS 133 (52.34% from 255) = 54.96%
BLUE value IS 97 (38.28% from 255) = 40.08%
R=4.96%
G=54.96%
B=40.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12133970.9100.270.48162.1583.4528.43
HexC85615B01B30a2531c
Octal142051411330336024212334
Binary1100100001011100001101101101101111000010100010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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