Shades of Deep Teal #0F3E33
Tints of Deep Teal #0F3E33
RGB
CMYK
RGB Variations
Color information
#0F3E33 (or 0x0F3E33) is known color: Deep Teal. HEX triplet: 0F, 3E and 33. RGB value is (15,62,51). Sum of RGB (Red+Green+Blue) = 15+62+51=128 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.72% from 128); Green value is 62 (24.61% from 255 or 48.44% from 128); Blue value is 51 (20.31% from 255 or 39.84% from 128); Max value from RGB is 62 - color contains mainly: green. Hex color #0F3E33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3E33 is #F0C1CC. Grayscale: #2E2E2E. Windows color (decimal): -15778253 or 3358223. OLE color: 3358223.
HSL color Cylindrical-coordinate representation of color #0F3E33: hue angle of 165.96º 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 #0F3E33 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 15 | 62 | 51 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.76 |
| HSL | 165.96º | 0.61% | 0.15% | - |
| HSV(B) | 165.96º | 0.76% | 0.24% | - |
| XYZ | 2.52 | 3.79 | 3.73 | - |
| YUV | 46.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 62 | 51 | 0.76 | 0 | 0.18 | 0.76 | 165.96 | 0.61 | 0.15 |
| Hex | F | 3E | 33 | 4C | 0 | 12 | 4C | A6 | 3D | F |
| Octal | 17 | 76 | 63 | 114 | 0 | 22 | 114 | 246 | 75 | 17 |
| Binary | 1111 | 111110 | 110011 | 1001100 | 0 | 10010 | 1001100 | 10100110 | 111101 | 1111 |
Color Harmonies of #0F3E33
Complementary color
Monochromatic Colors of #0F3E33
Black with #0F3E33
Text Example
Text Example
White with #0F3E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3E33; }
p { color: rgb(15,62,51); }
H1.HeaderClassName
{
color: #0F3E33;
}
.AnyTagClassName
{
color: #0F3E33;
}
</style>
background-color css
<style>
a { background-color: #0F3E33; }
a { background-color: rgb(15,62,51); }
div.DivClassName
{
background-color: #0F3E33;
}
.BgClassName
{
background-color: #0F3E33;
}
</style>
border-color css
<style>
span { border-color: #0F3E33; }
span { border-color: rgb(15,62,51); }
td.TdClassName
{
border-color: #0F3E33;
}
.TagClassName
{
border-color: #0F3E33;
}
</style>