#0C6D6A

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

Shades of Blue Stone #0C6D6A

Tints of Blue Stone #0C6D6A

Color information

#0C6D6A (or 0x0C6D6A) is unknown color: approx Blue Stone. HEX triplet: 0C, 6D and 6A. RGB value is (12,109,106). Sum of RGB (Red+Green+Blue) = 12+109+106=227 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.29% from 227); Green value is 109 (42.97% from 255 or 48.02% from 227); Blue value is 106 (41.80% from 255 or 46.70% from 227); Max value from RGB is 109 - color contains mainly: green. Hex color #0C6D6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6D6A is #F39295. Grayscale: #4F4F4F. Windows color (decimal): -15962774 or 6974732. OLE color: 6974732.

HSL color Cylindrical-coordinate representation of color #0C6D6A: hue angle of 178.14º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6D6A is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB12109106-
CMYK0.8900.030.57
HSL178.14º80.17%23.73%-
HSV(B)178.14º88.99%42.75%-
XYZ8.2212.0615.53-
YUV79.66142.8679.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.29%
GREEN value IS 109 (42.97% from 255) = 48.02%
BLUE value IS 106 (41.80% from 255) = 46.70%
R=5.29%
G=48.02%
B=46.70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal121091060.8900.030.57178.1480.1723.73
HexC6D6A590339b25018
Octal14155152131037126212030
Binary110011011011101010101100101111100110110010101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,109,106); }

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

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

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

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

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

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

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