Shades of Blue Lagoon #0C6572
Tints of Blue Lagoon #0C6572
RGB
CMYK
RGB Variations
Color information
#0C6572 (or 0x0C6572) is known color: Blue Lagoon. HEX triplet: 0C, 65 and 72. RGB value is (12,101,114). Sum of RGB (Red+Green+Blue) = 12+101+114=227 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.29% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #0C6572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6572 is #F39A8D. Grayscale: #4B4B4B. Windows color (decimal): -15964814 or 7496972. OLE color: 7496972.
HSL color Cylindrical-coordinate representation of color #0C6572: hue angle of 187.65º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6572 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 12 | 101 | 114 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.55 |
| HSL | 187.65º | 0.81% | 0.25% | - |
| HSV(B) | 187.65º | 0.89% | 0.45% | - |
| XYZ | 7.84 | 10.6 | 17.55 | - |
| YUV | 75.87 | 149.51 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 101 | 114 | 0.89 | 0.11 | 0 | 0.55 | 187.65 | 0.81 | 0.25 |
| Hex | C | 65 | 72 | 59 | B | 0 | 37 | BC | 51 | 19 |
| Octal | 14 | 145 | 162 | 131 | 13 | 0 | 67 | 274 | 121 | 31 |
| Binary | 1100 | 1100101 | 1110010 | 1011001 | 1011 | 0 | 110111 | 10111100 | 1010001 | 11001 |
Color Harmonies of #0C6572
Complementary color
Monochromatic Colors of #0C6572
Black with #0C6572
Text Example
Text Example
White with #0C6572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6572; }
p { color: rgb(12,101,114); }
H1.HeaderClassName
{
color: #0C6572;
}
.AnyTagClassName
{
color: #0C6572;
}
</style>
background-color css
<style>
a { background-color: #0C6572; }
a { background-color: rgb(12,101,114); }
div.DivClassName
{
background-color: #0C6572;
}
.BgClassName
{
background-color: #0C6572;
}
</style>
border-color css
<style>
span { border-color: #0C6572; }
span { border-color: rgb(12,101,114); }
td.TdClassName
{
border-color: #0C6572;
}
.TagClassName
{
border-color: #0C6572;
}
</style>