Shades of Blue Lagoon #0C656F
Tints of Blue Lagoon #0C656F
RGB
CMYK
RGB Variations
Color information
#0C656F (or 0x0C656F) is known color: Blue Lagoon. HEX triplet: 0C, 65 and 6F. RGB value is (12,101,111). Sum of RGB (Red+Green+Blue) = 12+101+111=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 111 (43.75% from 255 or 49.55% from 224); Max value from RGB is 111 - color contains mainly: blue. Hex color #0C656F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C656F is #F39A90. Grayscale: #4B4B4B. Windows color (decimal): -15964817 or 7300364. OLE color: 7300364.
HSL color Cylindrical-coordinate representation of color #0C656F: hue angle of 186.06º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C656F is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 101 | 111 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.56 |
| HSL | 186.06º | 0.8% | 0.24% | - |
| HSV(B) | 186.06º | 0.89% | 0.44% | - |
| XYZ | 7.67 | 10.53 | 16.67 | - |
| YUV | 75.53 | 148.01 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 101 | 111 | 0.89 | 0.09 | 0 | 0.56 | 186.06 | 0.8 | 0.24 |
| Hex | C | 65 | 6F | 59 | 9 | 0 | 38 | BA | 50 | 18 |
| Octal | 14 | 145 | 157 | 131 | 11 | 0 | 70 | 272 | 120 | 30 |
| Binary | 1100 | 1100101 | 1101111 | 1011001 | 1001 | 0 | 111000 | 10111010 | 1010000 | 11000 |
Color Harmonies of #0C656F
Complementary color
Monochromatic Colors of #0C656F
Black with #0C656F
Text Example
Text Example
White with #0C656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C656F; }
p { color: rgb(12,101,111); }
H1.HeaderClassName
{
color: #0C656F;
}
.AnyTagClassName
{
color: #0C656F;
}
</style>
background-color css
<style>
a { background-color: #0C656F; }
a { background-color: rgb(12,101,111); }
div.DivClassName
{
background-color: #0C656F;
}
.BgClassName
{
background-color: #0C656F;
}
</style>
border-color css
<style>
span { border-color: #0C656F; }
span { border-color: rgb(12,101,111); }
td.TdClassName
{
border-color: #0C656F;
}
.TagClassName
{
border-color: #0C656F;
}
</style>