Shades of Deep Sea #0F745D
Tints of Deep Sea #0F745D
RGB
CMYK
RGB Variations
Color information
#0F745D (or 0x0F745D) is known color: Deep Sea. HEX triplet: 0F, 74 and 5D. RGB value is (15,116,93). Sum of RGB (Red+Green+Blue) = 15+116+93=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 116 (45.70% from 255 or 51.79% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 116 - color contains mainly: green. Hex color #0F745D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F745D is #F08BA2. Grayscale: #535353. Windows color (decimal): -15764387 or 6124559. OLE color: 6124559.
HSL color Cylindrical-coordinate representation of color #0F745D: hue angle of 166.34º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F745D is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 15 | 116 | 93 | - |
| CMYK | 0.87 | 0 | 0.20 | 0.55 |
| HSL | 166.34º | 0.77% | 0.26% | - |
| HSV(B) | 166.34º | 0.87% | 0.45% | - |
| XYZ | 8.42 | 13.38 | 12.5 | - |
| YUV | 83.18 | 133.54 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 116 | 93 | 0.87 | 0 | 0.20 | 0.55 | 166.34 | 0.77 | 0.26 |
| Hex | F | 74 | 5D | 57 | 0 | 14 | 37 | A6 | 4D | 1A |
| Octal | 17 | 164 | 135 | 127 | 0 | 24 | 67 | 246 | 115 | 32 |
| Binary | 1111 | 1110100 | 1011101 | 1010111 | 0 | 10100 | 110111 | 10100110 | 1001101 | 11010 |
Color Harmonies of #0F745D
Complementary color
Monochromatic Colors of #0F745D
Black with #0F745D
Text Example
Text Example
White with #0F745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F745D; }
p { color: rgb(15,116,93); }
H1.HeaderClassName
{
color: #0F745D;
}
.AnyTagClassName
{
color: #0F745D;
}
</style>
background-color css
<style>
a { background-color: #0F745D; }
a { background-color: rgb(15,116,93); }
div.DivClassName
{
background-color: #0F745D;
}
.BgClassName
{
background-color: #0F745D;
}
</style>
border-color css
<style>
span { border-color: #0F745D; }
span { border-color: rgb(15,116,93); }
td.TdClassName
{
border-color: #0F745D;
}
.TagClassName
{
border-color: #0F745D;
}
</style>