Shades of Deep Sea #0F7E63
Tints of Deep Sea #0F7E63
RGB
CMYK
RGB Variations
Color information
#0F7E63 (or 0x0F7E63) is known color: Deep Sea. HEX triplet: 0F, 7E and 63. RGB value is (15,126,99). Sum of RGB (Red+Green+Blue) = 15+126+99=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 126 (49.61% from 255 or 52.5% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 126 - color contains mainly: green. Hex color #0F7E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7E63 is #F0819C. Grayscale: #595959. Windows color (decimal): -15761821 or 6520335. OLE color: 6520335.
HSL color Cylindrical-coordinate representation of color #0F7E63: hue angle of 165.41º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7E63 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 126 | 99 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.51 |
| HSL | 165.41º | 0.79% | 0.28% | - |
| HSV(B) | 165.41º | 0.88% | 0.49% | - |
| XYZ | 9.91 | 15.92 | 14.36 | - |
| YUV | 89.73 | 133.23 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 126 | 99 | 0.88 | 0 | 0.21 | 0.51 | 165.41 | 0.79 | 0.28 |
| Hex | F | 7E | 63 | 58 | 0 | 15 | 33 | A5 | 4F | 1C |
| Octal | 17 | 176 | 143 | 130 | 0 | 25 | 63 | 245 | 117 | 34 |
| Binary | 1111 | 1111110 | 1100011 | 1011000 | 0 | 10101 | 110011 | 10100101 | 1001111 | 11100 |
Color Harmonies of #0F7E63
Complementary color
Monochromatic Colors of #0F7E63
Black with #0F7E63
Text Example
Text Example
White with #0F7E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7E63; }
p { color: rgb(15,126,99); }
H1.HeaderClassName
{
color: #0F7E63;
}
.AnyTagClassName
{
color: #0F7E63;
}
</style>
background-color css
<style>
a { background-color: #0F7E63; }
a { background-color: rgb(15,126,99); }
div.DivClassName
{
background-color: #0F7E63;
}
.BgClassName
{
background-color: #0F7E63;
}
</style>
border-color css
<style>
span { border-color: #0F7E63; }
span { border-color: rgb(15,126,99); }
td.TdClassName
{
border-color: #0F7E63;
}
.TagClassName
{
border-color: #0F7E63;
}
</style>