#0C8460

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

Shades of Deep Sea #0C8460

Tints of Deep Sea #0C8460

Color information

#0C8460 (or 0x0C8460) is unknown color: approx Deep Sea. HEX triplet: 0C, 84 and 60. RGB value is (12,132,96). Sum of RGB (Red+Green+Blue) = 12+132+96=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 132 (51.95% from 255 or 55% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 132 - color contains mainly: green. Hex color #0C8460 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8460 is #F37B9F. Grayscale: #5C5C5C. Windows color (decimal): -15956896 or 6325260. OLE color: 6325260.

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

Color convert

RGB1213296-
CMYK0.9100.270.48
HSL162º83.33%28.24%-
HSV(B)162º90.91%51.76%-
XYZ10.5117.4313.88-
YUV92.02130.2470.93-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5%
GREEN value IS 132 (51.95% from 255) = 55%
BLUE value IS 96 (37.89% from 255) = 40%
R=5%
G=55%
B=40%

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
Decimal12132960.9100.270.4816283.3328.24
HexC84605B01B30a2531c
Octal142041401330336024212334
Binary1100100001001100000101101101101111000010100010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,132,96); }

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

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

 a { background-color: rgb(12,132,96); }

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

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

 span { border-color: rgb(12,132,96); }

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