Shades of Deep Teal #0F3A34
Tints of Deep Teal #0F3A34
RGB
CMYK
RGB Variations
Color information
#0F3A34 (or 0x0F3A34) is known color: Deep Teal. HEX triplet: 0F, 3A and 34. RGB value is (15,58,52). Sum of RGB (Red+Green+Blue) = 15+58+52=125 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12% from 125); Green value is 58 (23.05% from 255 or 46.4% from 125); Blue value is 52 (20.70% from 255 or 41.6% from 125); Max value from RGB is 58 - color contains mainly: green. Hex color #0F3A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3A34 is #F0C5CB. Grayscale: #2C2C2C. Windows color (decimal): -15779276 or 3422735. OLE color: 3422735.
HSL color Cylindrical-coordinate representation of color #0F3A34: hue angle of 171.63º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F3A34 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 15 | 58 | 52 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.77 |
| HSL | 171.63º | 0.59% | 0.14% | - |
| HSV(B) | 171.63º | 0.74% | 0.23% | - |
| XYZ | 2.33 | 3.38 | 3.78 | - |
| YUV | 44.46 | 132.25 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 58 | 52 | 0.74 | 0 | 0.10 | 0.77 | 171.63 | 0.59 | 0.14 |
| Hex | F | 3A | 34 | 4A | 0 | A | 4D | AC | 3B | E |
| Octal | 17 | 72 | 64 | 112 | 0 | 12 | 115 | 254 | 73 | 16 |
| Binary | 1111 | 111010 | 110100 | 1001010 | 0 | 1010 | 1001101 | 10101100 | 111011 | 1110 |
Color Harmonies of #0F3A34
Complementary color
Monochromatic Colors of #0F3A34
Black with #0F3A34
Text Example
Text Example
White with #0F3A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3A34; }
p { color: rgb(15,58,52); }
H1.HeaderClassName
{
color: #0F3A34;
}
.AnyTagClassName
{
color: #0F3A34;
}
</style>
background-color css
<style>
a { background-color: #0F3A34; }
a { background-color: rgb(15,58,52); }
div.DivClassName
{
background-color: #0F3A34;
}
.BgClassName
{
background-color: #0F3A34;
}
</style>
border-color css
<style>
span { border-color: #0F3A34; }
span { border-color: rgb(15,58,52); }
td.TdClassName
{
border-color: #0F3A34;
}
.TagClassName
{
border-color: #0F3A34;
}
</style>