Shades of Blue Lagoon #0F696F
Tints of Blue Lagoon #0F696F
RGB
CMYK
RGB Variations
Color information
#0F696F (or 0x0F696F) is known color: Blue Lagoon. HEX triplet: 0F, 69 and 6F. RGB value is (15,105,111). Sum of RGB (Red+Green+Blue) = 15+105+111=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 111 - color contains mainly: blue. Hex color #0F696F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F696F is #F09690. Grayscale: #4E4E4E. Windows color (decimal): -15767185 or 7301391. OLE color: 7301391.
HSL color Cylindrical-coordinate representation of color #0F696F: hue angle of 183.75º 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 #0F696F is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 105 | 111 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.56 |
| HSL | 183.75º | 0.76% | 0.25% | - |
| HSV(B) | 183.75º | 0.86% | 0.44% | - |
| XYZ | 8.12 | 11.35 | 16.8 | - |
| YUV | 78.77 | 146.18 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 105 | 111 | 0.86 | 0.05 | 0 | 0.56 | 183.75 | 0.76 | 0.25 |
| Hex | F | 69 | 6F | 56 | 5 | 0 | 38 | B8 | 4C | 19 |
| Octal | 17 | 151 | 157 | 126 | 5 | 0 | 70 | 270 | 114 | 31 |
| Binary | 1111 | 1101001 | 1101111 | 1010110 | 101 | 0 | 111000 | 10111000 | 1001100 | 11001 |
Color Harmonies of #0F696F
Complementary color
Monochromatic Colors of #0F696F
Black with #0F696F
Text Example
Text Example
White with #0F696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F696F; }
p { color: rgb(15,105,111); }
H1.HeaderClassName
{
color: #0F696F;
}
.AnyTagClassName
{
color: #0F696F;
}
</style>
background-color css
<style>
a { background-color: #0F696F; }
a { background-color: rgb(15,105,111); }
div.DivClassName
{
background-color: #0F696F;
}
.BgClassName
{
background-color: #0F696F;
}
</style>
border-color css
<style>
span { border-color: #0F696F; }
span { border-color: rgb(15,105,111); }
td.TdClassName
{
border-color: #0F696F;
}
.TagClassName
{
border-color: #0F696F;
}
</style>