Shades of Deep Teal #0F533F
Tints of Deep Teal #0F533F
RGB
CMYK
RGB Variations
Color information
#0F533F (or 0x0F533F) is known color: Deep Teal. HEX triplet: 0F, 53 and 3F. RGB value is (15,83,63). Sum of RGB (Red+Green+Blue) = 15+83+63=161 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.32% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #0F533F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F533F is #F0ACC0. Grayscale: #3C3C3C. Windows color (decimal): -15772865 or 4150031. OLE color: 4150031.
HSL color Cylindrical-coordinate representation of color #0F533F: hue angle of 162.35º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F533F is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 83 | 63 | - |
| CMYK | 0.82 | 0 | 0.24 | 0.67 |
| HSL | 162.35º | 0.69% | 0.19% | - |
| HSV(B) | 162.35º | 0.82% | 0.33% | - |
| XYZ | 4.19 | 6.65 | 5.76 | - |
| YUV | 60.39 | 129.47 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 83 | 63 | 0.82 | 0 | 0.24 | 0.67 | 162.35 | 0.69 | 0.19 |
| Hex | F | 53 | 3F | 52 | 0 | 18 | 43 | A2 | 45 | 13 |
| Octal | 17 | 123 | 77 | 122 | 0 | 30 | 103 | 242 | 105 | 23 |
| Binary | 1111 | 1010011 | 111111 | 1010010 | 0 | 11000 | 1000011 | 10100010 | 1000101 | 10011 |
Color Harmonies of #0F533F
Complementary color
Monochromatic Colors of #0F533F
Black with #0F533F
Text Example
Text Example
White with #0F533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F533F; }
p { color: rgb(15,83,63); }
H1.HeaderClassName
{
color: #0F533F;
}
.AnyTagClassName
{
color: #0F533F;
}
</style>
background-color css
<style>
a { background-color: #0F533F; }
a { background-color: rgb(15,83,63); }
div.DivClassName
{
background-color: #0F533F;
}
.BgClassName
{
background-color: #0F533F;
}
</style>
border-color css
<style>
span { border-color: #0F533F; }
span { border-color: rgb(15,83,63); }
td.TdClassName
{
border-color: #0F533F;
}
.TagClassName
{
border-color: #0F533F;
}
</style>