Shades of Deep Teal #0F473D
Tints of Deep Teal #0F473D
RGB
CMYK
RGB Variations
Color information
#0F473D (or 0x0F473D) is known color: Deep Teal. HEX triplet: 0F, 47 and 3D. RGB value is (15,71,61). Sum of RGB (Red+Green+Blue) = 15+71+61=147 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.20% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #0F473D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F473D is #F0B8C2. Grayscale: #353535. Windows color (decimal): -15775939 or 4015887. OLE color: 4015887.
HSL color Cylindrical-coordinate representation of color #0F473D: hue angle of 169.29º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F473D is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 15 | 71 | 61 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.72 |
| HSL | 169.29º | 0.65% | 0.17% | - |
| HSV(B) | 169.29º | 0.79% | 0.28% | - |
| XYZ | 3.29 | 4.94 | 5.2 | - |
| YUV | 53.12 | 132.45 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 71 | 61 | 0.79 | 0 | 0.14 | 0.72 | 169.29 | 0.65 | 0.17 |
| Hex | F | 47 | 3D | 4F | 0 | E | 48 | A9 | 41 | 11 |
| Octal | 17 | 107 | 75 | 117 | 0 | 16 | 110 | 251 | 101 | 21 |
| Binary | 1111 | 1000111 | 111101 | 1001111 | 0 | 1110 | 1001000 | 10101001 | 1000001 | 10001 |
Color Harmonies of #0F473D
Complementary color
Monochromatic Colors of #0F473D
Black with #0F473D
Text Example
Text Example
White with #0F473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F473D; }
p { color: rgb(15,71,61); }
H1.HeaderClassName
{
color: #0F473D;
}
.AnyTagClassName
{
color: #0F473D;
}
</style>
background-color css
<style>
a { background-color: #0F473D; }
a { background-color: rgb(15,71,61); }
div.DivClassName
{
background-color: #0F473D;
}
.BgClassName
{
background-color: #0F473D;
}
</style>
border-color css
<style>
span { border-color: #0F473D; }
span { border-color: rgb(15,71,61); }
td.TdClassName
{
border-color: #0F473D;
}
.TagClassName
{
border-color: #0F473D;
}
</style>