Shades of Deep Sea #0F7B6D
Tints of Deep Sea #0F7B6D
RGB
CMYK
RGB Variations
Color information
#0F7B6D (or 0x0F7B6D) is known color: Deep Sea. HEX triplet: 0F, 7B and 6D. RGB value is (15,123,109). Sum of RGB (Red+Green+Blue) = 15+123+109=247 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.07% from 247); Green value is 123 (48.44% from 255 or 49.80% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 123 - color contains mainly: green. Hex color #0F7B6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7B6D is #F08492. Grayscale: #595959. Windows color (decimal): -15762579 or 7174927. OLE color: 7174927.
HSL color Cylindrical-coordinate representation of color #0F7B6D: hue angle of 172.22º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7B6D is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 15 | 123 | 109 | - |
| CMYK | 0.88 | 0 | 0.11 | 0.52 |
| HSL | 172.22º | 0.78% | 0.27% | - |
| HSV(B) | 172.22º | 0.88% | 0.48% | - |
| XYZ | 10.04 | 15.37 | 16.91 | - |
| YUV | 89.11 | 139.22 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 123 | 109 | 0.88 | 0 | 0.11 | 0.52 | 172.22 | 0.78 | 0.27 |
| Hex | F | 7B | 6D | 58 | 0 | B | 34 | AC | 4E | 1B |
| Octal | 17 | 173 | 155 | 130 | 0 | 13 | 64 | 254 | 116 | 33 |
| Binary | 1111 | 1111011 | 1101101 | 1011000 | 0 | 1011 | 110100 | 10101100 | 1001110 | 11011 |
Color Harmonies of #0F7B6D
Complementary color
Monochromatic Colors of #0F7B6D
Black with #0F7B6D
Text Example
Text Example
White with #0F7B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7B6D; }
p { color: rgb(15,123,109); }
H1.HeaderClassName
{
color: #0F7B6D;
}
.AnyTagClassName
{
color: #0F7B6D;
}
</style>
background-color css
<style>
a { background-color: #0F7B6D; }
a { background-color: rgb(15,123,109); }
div.DivClassName
{
background-color: #0F7B6D;
}
.BgClassName
{
background-color: #0F7B6D;
}
</style>
border-color css
<style>
span { border-color: #0F7B6D; }
span { border-color: rgb(15,123,109); }
td.TdClassName
{
border-color: #0F7B6D;
}
.TagClassName
{
border-color: #0F7B6D;
}
</style>