Shades of Blue Lagoon #0C696D
Tints of Blue Lagoon #0C696D
RGB
CMYK
RGB Variations
Color information
#0C696D (or 0x0C696D) is known color: Blue Lagoon. HEX triplet: 0C, 69 and 6D. RGB value is (12,105,109). Sum of RGB (Red+Green+Blue) = 12+105+109=226 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.31% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #0C696D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C696D is #F39692. Grayscale: #4D4D4D. Windows color (decimal): -15963795 or 7170316. OLE color: 7170316.
HSL color Cylindrical-coordinate representation of color #0C696D: hue angle of 182.47º 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 #0C696D is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 12 | 105 | 109 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.57 |
| HSL | 182.47º | 0.8% | 0.24% | - |
| HSV(B) | 182.47º | 0.89% | 0.43% | - |
| XYZ | 7.96 | 11.29 | 16.23 | - |
| YUV | 77.65 | 145.69 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 105 | 109 | 0.89 | 0.04 | 0 | 0.57 | 182.47 | 0.8 | 0.24 |
| Hex | C | 69 | 6D | 59 | 4 | 0 | 39 | B6 | 50 | 18 |
| Octal | 14 | 151 | 155 | 131 | 4 | 0 | 71 | 266 | 120 | 30 |
| Binary | 1100 | 1101001 | 1101101 | 1011001 | 100 | 0 | 111001 | 10110110 | 1010000 | 11000 |
Color Harmonies of #0C696D
Complementary color
Monochromatic Colors of #0C696D
Black with #0C696D
Text Example
Text Example
White with #0C696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C696D; }
p { color: rgb(12,105,109); }
H1.HeaderClassName
{
color: #0C696D;
}
.AnyTagClassName
{
color: #0C696D;
}
</style>
background-color css
<style>
a { background-color: #0C696D; }
a { background-color: rgb(12,105,109); }
div.DivClassName
{
background-color: #0C696D;
}
.BgClassName
{
background-color: #0C696D;
}
</style>
border-color css
<style>
span { border-color: #0C696D; }
span { border-color: rgb(12,105,109); }
td.TdClassName
{
border-color: #0C696D;
}
.TagClassName
{
border-color: #0C696D;
}
</style>