Shades of Deep Teal #0F3A35
Tints of Deep Teal #0F3A35
RGB
CMYK
RGB Variations
Color information
#0F3A35 (or 0x0F3A35) is known color: Deep Teal. HEX triplet: 0F, 3A and 35. RGB value is (15,58,53). Sum of RGB (Red+Green+Blue) = 15+58+53=126 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.90% from 126); Green value is 58 (23.05% from 255 or 46.03% from 126); Blue value is 53 (21.09% from 255 or 42.06% from 126); Max value from RGB is 58 - color contains mainly: green. Hex color #0F3A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3A35 is #F0C5CA. Grayscale: #2C2C2C. Windows color (decimal): -15779275 or 3488271. OLE color: 3488271.
HSL color Cylindrical-coordinate representation of color #0F3A35: hue angle of 173.02º 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 #0F3A35 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 15 | 58 | 53 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.77 |
| HSL | 173.02º | 0.59% | 0.14% | - |
| HSV(B) | 173.02º | 0.74% | 0.23% | - |
| XYZ | 2.35 | 3.38 | 3.9 | - |
| YUV | 44.57 | 132.75 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 58 | 53 | 0.74 | 0 | 0.09 | 0.77 | 173.02 | 0.59 | 0.14 |
| Hex | F | 3A | 35 | 4A | 0 | 9 | 4D | AD | 3B | E |
| Octal | 17 | 72 | 65 | 112 | 0 | 11 | 115 | 255 | 73 | 16 |
| Binary | 1111 | 111010 | 110101 | 1001010 | 0 | 1001 | 1001101 | 10101101 | 111011 | 1110 |
Color Harmonies of #0F3A35
Complementary color
Monochromatic Colors of #0F3A35
Black with #0F3A35
Text Example
Text Example
White with #0F3A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3A35; }
p { color: rgb(15,58,53); }
H1.HeaderClassName
{
color: #0F3A35;
}
.AnyTagClassName
{
color: #0F3A35;
}
</style>
background-color css
<style>
a { background-color: #0F3A35; }
a { background-color: rgb(15,58,53); }
div.DivClassName
{
background-color: #0F3A35;
}
.BgClassName
{
background-color: #0F3A35;
}
</style>
border-color css
<style>
span { border-color: #0F3A35; }
span { border-color: rgb(15,58,53); }
td.TdClassName
{
border-color: #0F3A35;
}
.TagClassName
{
border-color: #0F3A35;
}
</style>