Shades of Blue Lagoon #0F676F
Tints of Blue Lagoon #0F676F
RGB
CMYK
RGB Variations
Color information
#0F676F (or 0x0F676F) is known color: Blue Lagoon. HEX triplet: 0F, 67 and 6F. RGB value is (15,103,111). Sum of RGB (Red+Green+Blue) = 15+103+111=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 111 - color contains mainly: blue. Hex color #0F676F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F676F is #F09890. Grayscale: #4D4D4D. Windows color (decimal): -15767697 or 7300879. OLE color: 7300879.
HSL color Cylindrical-coordinate representation of color #0F676F: hue angle of 185º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F676F is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 103 | 111 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.56 |
| HSL | 185º | 0.76% | 0.25% | - |
| HSV(B) | 185º | 0.86% | 0.44% | - |
| XYZ | 7.92 | 10.95 | 16.74 | - |
| YUV | 77.6 | 146.85 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 103 | 111 | 0.86 | 0.07 | 0 | 0.56 | 185 | 0.76 | 0.25 |
| Hex | F | 67 | 6F | 56 | 7 | 0 | 38 | B9 | 4C | 19 |
| Octal | 17 | 147 | 157 | 126 | 7 | 0 | 70 | 271 | 114 | 31 |
| Binary | 1111 | 1100111 | 1101111 | 1010110 | 111 | 0 | 111000 | 10111001 | 1001100 | 11001 |
Color Harmonies of #0F676F
Complementary color
Monochromatic Colors of #0F676F
Black with #0F676F
Text Example
Text Example
White with #0F676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F676F; }
p { color: rgb(15,103,111); }
H1.HeaderClassName
{
color: #0F676F;
}
.AnyTagClassName
{
color: #0F676F;
}
</style>
background-color css
<style>
a { background-color: #0F676F; }
a { background-color: rgb(15,103,111); }
div.DivClassName
{
background-color: #0F676F;
}
.BgClassName
{
background-color: #0F676F;
}
</style>
border-color css
<style>
span { border-color: #0F676F; }
span { border-color: rgb(15,103,111); }
td.TdClassName
{
border-color: #0F676F;
}
.TagClassName
{
border-color: #0F676F;
}
</style>