Shades of Deep Teal #0F3E35
Tints of Deep Teal #0F3E35
RGB
CMYK
RGB Variations
Color information
#0F3E35 (or 0x0F3E35) is known color: Deep Teal. HEX triplet: 0F, 3E and 35. RGB value is (15,62,53). Sum of RGB (Red+Green+Blue) = 15+62+53=130 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.54% from 130); Green value is 62 (24.61% from 255 or 47.69% from 130); Blue value is 53 (21.09% from 255 or 40.77% from 130); Max value from RGB is 62 - color contains mainly: green. Hex color #0F3E35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3E35 is #F0C1CA. Grayscale: #2E2E2E. Windows color (decimal): -15778251 or 3489295. OLE color: 3489295.
HSL color Cylindrical-coordinate representation of color #0F3E35: hue angle of 168.51º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0F3E35 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 15 | 62 | 53 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.76 |
| HSL | 168.51º | 0.61% | 0.15% | - |
| HSV(B) | 168.51º | 0.76% | 0.24% | - |
| XYZ | 2.56 | 3.8 | 3.97 | - |
| YUV | 46.92 | 131.43 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 62 | 53 | 0.76 | 0 | 0.15 | 0.76 | 168.51 | 0.61 | 0.15 |
| Hex | F | 3E | 35 | 4C | 0 | F | 4C | A9 | 3D | F |
| Octal | 17 | 76 | 65 | 114 | 0 | 17 | 114 | 251 | 75 | 17 |
| Binary | 1111 | 111110 | 110101 | 1001100 | 0 | 1111 | 1001100 | 10101001 | 111101 | 1111 |
Color Harmonies of #0F3E35
Complementary color
Monochromatic Colors of #0F3E35
Black with #0F3E35
Text Example
Text Example
White with #0F3E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3E35; }
p { color: rgb(15,62,53); }
H1.HeaderClassName
{
color: #0F3E35;
}
.AnyTagClassName
{
color: #0F3E35;
}
</style>
background-color css
<style>
a { background-color: #0F3E35; }
a { background-color: rgb(15,62,53); }
div.DivClassName
{
background-color: #0F3E35;
}
.BgClassName
{
background-color: #0F3E35;
}
</style>
border-color css
<style>
span { border-color: #0F3E35; }
span { border-color: rgb(15,62,53); }
td.TdClassName
{
border-color: #0F3E35;
}
.TagClassName
{
border-color: #0F3E35;
}
</style>