#0C6160

Color #0C6160 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #0C6160

Tints of Blue Stone #0C6160

Color information

#0C6160 (or 0x0C6160) is unknown color: approx Blue Stone. HEX triplet: 0C, 61 and 60. RGB value is (12,97,96). Sum of RGB (Red+Green+Blue) = 12+97+96=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #0C6160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6160 is #F39E9F. Grayscale: #474747. Windows color (decimal): -15965856 or 6316300. OLE color: 6316300.

HSL color Cylindrical-coordinate representation of color #0C6160: hue angle of 179.29º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6160 is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB129796-
CMYK0.8800.010.62
HSL179.29º77.98%21.37%-
HSV(B)179.29º87.63%38.04%-
XYZ6.549.4712.55-
YUV71.47141.8485.58-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.85%
GREEN value IS 97 (38.28% from 255) = 47.32%
BLUE value IS 96 (37.89% from 255) = 46.83%
R=5.85%
G=47.32%
B=46.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1297960.8800.010.62179.2977.9821.37
HexC616058013Eb34e15
Octal14141140130017626311625
Binary11001100001110000010110000111111010110011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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