Shades of Deep Teal #0F4B3B
Tints of Deep Teal #0F4B3B
RGB
CMYK
RGB Variations
Color information
#0F4B3B (or 0x0F4B3B) is known color: Deep Teal. HEX triplet: 0F, 4B and 3B. RGB value is (15,75,59). Sum of RGB (Red+Green+Blue) = 15+75+59=149 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.07% from 149); Green value is 75 (29.69% from 255 or 50.34% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 75 - color contains mainly: green. Hex color #0F4B3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4B3B is #F0B4C4. Grayscale: #373737. Windows color (decimal): -15774917 or 3885839. OLE color: 3885839.
HSL color Cylindrical-coordinate representation of color #0F4B3B: hue angle of 164º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F4B3B is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 75 | 59 | - |
| CMYK | 0.80 | 0 | 0.21 | 0.71 |
| HSL | 164º | 0.67% | 0.18% | - |
| HSV(B) | 164º | 0.8% | 0.29% | - |
| XYZ | 3.5 | 5.45 | 5 | - |
| YUV | 55.24 | 130.12 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 75 | 59 | 0.80 | 0 | 0.21 | 0.71 | 164 | 0.67 | 0.18 |
| Hex | F | 4B | 3B | 50 | 0 | 15 | 47 | A4 | 43 | 12 |
| Octal | 17 | 113 | 73 | 120 | 0 | 25 | 107 | 244 | 103 | 22 |
| Binary | 1111 | 1001011 | 111011 | 1010000 | 0 | 10101 | 1000111 | 10100100 | 1000011 | 10010 |
Color Harmonies of #0F4B3B
Complementary color
Monochromatic Colors of #0F4B3B
Black with #0F4B3B
Text Example
Text Example
White with #0F4B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4B3B; }
p { color: rgb(15,75,59); }
H1.HeaderClassName
{
color: #0F4B3B;
}
.AnyTagClassName
{
color: #0F4B3B;
}
</style>
background-color css
<style>
a { background-color: #0F4B3B; }
a { background-color: rgb(15,75,59); }
div.DivClassName
{
background-color: #0F4B3B;
}
.BgClassName
{
background-color: #0F4B3B;
}
</style>
border-color css
<style>
span { border-color: #0F4B3B; }
span { border-color: rgb(15,75,59); }
td.TdClassName
{
border-color: #0F4B3B;
}
.TagClassName
{
border-color: #0F4B3B;
}
</style>