Shades of Deep Sea #0F7F6C
Tints of Deep Sea #0F7F6C
RGB
CMYK
RGB Variations
Color information
#0F7F6C (or 0x0F7F6C) is known color: Deep Sea. HEX triplet: 0F, 7F and 6C. RGB value is (15,127,108). Sum of RGB (Red+Green+Blue) = 15+127+108=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 127 (50% from 255 or 50.8% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 127 - color contains mainly: green. Hex color #0F7F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7F6C is #F08093. Grayscale: #5B5B5B. Windows color (decimal): -15761556 or 7110415. OLE color: 7110415.
HSL color Cylindrical-coordinate representation of color #0F7F6C: hue angle of 169.82º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7F6C is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 15 | 127 | 108 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.50 |
| HSL | 169.82º | 0.79% | 0.28% | - |
| HSV(B) | 169.82º | 0.88% | 0.5% | - |
| XYZ | 10.49 | 16.36 | 16.79 | - |
| YUV | 91.35 | 137.39 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 127 | 108 | 0.88 | 0 | 0.15 | 0.50 | 169.82 | 0.79 | 0.28 |
| Hex | F | 7F | 6C | 58 | 0 | F | 32 | AA | 4F | 1C |
| Octal | 17 | 177 | 154 | 130 | 0 | 17 | 62 | 252 | 117 | 34 |
| Binary | 1111 | 1111111 | 1101100 | 1011000 | 0 | 1111 | 110010 | 10101010 | 1001111 | 11100 |
Color Harmonies of #0F7F6C
Complementary color
Monochromatic Colors of #0F7F6C
Black with #0F7F6C
Text Example
Text Example
White with #0F7F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7F6C; }
p { color: rgb(15,127,108); }
H1.HeaderClassName
{
color: #0F7F6C;
}
.AnyTagClassName
{
color: #0F7F6C;
}
</style>
background-color css
<style>
a { background-color: #0F7F6C; }
a { background-color: rgb(15,127,108); }
div.DivClassName
{
background-color: #0F7F6C;
}
.BgClassName
{
background-color: #0F7F6C;
}
</style>
border-color css
<style>
span { border-color: #0F7F6C; }
span { border-color: rgb(15,127,108); }
td.TdClassName
{
border-color: #0F7F6C;
}
.TagClassName
{
border-color: #0F7F6C;
}
</style>