Shades of Blue Lagoon #0C666C
Tints of Blue Lagoon #0C666C
RGB
CMYK
RGB Variations
Color information
#0C666C (or 0x0C666C) is known color: Blue Lagoon. HEX triplet: 0C, 66 and 6C. RGB value is (12,102,108). Sum of RGB (Red+Green+Blue) = 12+102+108=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #0C666C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C666C is #F39993. Grayscale: #4B4B4B. Windows color (decimal): -15964564 or 7104012. OLE color: 7104012.
HSL color Cylindrical-coordinate representation of color #0C666C: hue angle of 183.75º 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 #0C666C is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 102 | 108 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.58 |
| HSL | 183.75º | 0.8% | 0.24% | - |
| HSV(B) | 183.75º | 0.89% | 0.42% | - |
| XYZ | 7.61 | 10.66 | 15.84 | - |
| YUV | 75.77 | 146.18 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 102 | 108 | 0.89 | 0.06 | 0 | 0.58 | 183.75 | 0.8 | 0.24 |
| Hex | C | 66 | 6C | 59 | 6 | 0 | 3A | B8 | 50 | 18 |
| Octal | 14 | 146 | 154 | 131 | 6 | 0 | 72 | 270 | 120 | 30 |
| Binary | 1100 | 1100110 | 1101100 | 1011001 | 110 | 0 | 111010 | 10111000 | 1010000 | 11000 |
Color Harmonies of #0C666C
Complementary color
Monochromatic Colors of #0C666C
Black with #0C666C
Text Example
Text Example
White with #0C666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C666C; }
p { color: rgb(12,102,108); }
H1.HeaderClassName
{
color: #0C666C;
}
.AnyTagClassName
{
color: #0C666C;
}
</style>
background-color css
<style>
a { background-color: #0C666C; }
a { background-color: rgb(12,102,108); }
div.DivClassName
{
background-color: #0C666C;
}
.BgClassName
{
background-color: #0C666C;
}
</style>
border-color css
<style>
span { border-color: #0C666C; }
span { border-color: rgb(12,102,108); }
td.TdClassName
{
border-color: #0C666C;
}
.TagClassName
{
border-color: #0C666C;
}
</style>