Shades of Blue Lagoon #0C656C
Tints of Blue Lagoon #0C656C
RGB
CMYK
RGB Variations
Color information
#0C656C (or 0x0C656C) is known color: Blue Lagoon. HEX triplet: 0C, 65 and 6C. RGB value is (12,101,108). Sum of RGB (Red+Green+Blue) = 12+101+108=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #0C656C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C656C is #F39A93. Grayscale: #4B4B4B. Windows color (decimal): -15964820 or 7103756. OLE color: 7103756.
HSL color Cylindrical-coordinate representation of color #0C656C: hue angle of 184.38º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C656C is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 101 | 108 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.58 |
| HSL | 184.38º | 0.8% | 0.24% | - |
| HSV(B) | 184.38º | 0.89% | 0.42% | - |
| XYZ | 7.51 | 10.47 | 15.81 | - |
| YUV | 75.19 | 146.51 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 101 | 108 | 0.89 | 0.06 | 0 | 0.58 | 184.38 | 0.8 | 0.24 |
| Hex | C | 65 | 6C | 59 | 6 | 0 | 3A | B8 | 50 | 18 |
| Octal | 14 | 145 | 154 | 131 | 6 | 0 | 72 | 270 | 120 | 30 |
| Binary | 1100 | 1100101 | 1101100 | 1011001 | 110 | 0 | 111010 | 10111000 | 1010000 | 11000 |
Color Harmonies of #0C656C
Complementary color
Monochromatic Colors of #0C656C
Black with #0C656C
Text Example
Text Example
White with #0C656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C656C; }
p { color: rgb(12,101,108); }
H1.HeaderClassName
{
color: #0C656C;
}
.AnyTagClassName
{
color: #0C656C;
}
</style>
background-color css
<style>
a { background-color: #0C656C; }
a { background-color: rgb(12,101,108); }
div.DivClassName
{
background-color: #0C656C;
}
.BgClassName
{
background-color: #0C656C;
}
</style>
border-color css
<style>
span { border-color: #0C656C; }
span { border-color: rgb(12,101,108); }
td.TdClassName
{
border-color: #0C656C;
}
.TagClassName
{
border-color: #0C656C;
}
</style>