#0C6161

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

Shades of Blue Stone #0C6161

Tints of Blue Stone #0C6161

Color information

#0C6161 (or 0x0C6161) is unknown color: approx Blue Stone. HEX triplet: 0C, 61 and 61. RGB value is (12,97,97). Sum of RGB (Red+Green+Blue) = 12+97+97=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: green, blue. Hex color #0C6161 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6161 is #F39E9E. Grayscale: #474747. Windows color (decimal): -15965855 or 6381836. OLE color: 6381836.

HSL color Cylindrical-coordinate representation of color #0C6161: hue angle of 180º 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 #0C6161 is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB129797-
CMYK0.88000.62
HSL180º77.98%21.37%-
HSV(B)180º87.63%38.04%-
XYZ6.589.4912.79-
YUV71.59142.3485.5-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.83%
GREEN value IS 97 (38.28% from 255) = 47.09%
BLUE value IS 97 (38.28% from 255) = 47.09%
R=5.83%
G=47.09%
B=47.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1297970.88000.6218077.9821.37
HexC616158003Eb44e15
Octal14141141130007626411625
Binary11001100001110000110110000011111010110100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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