Shades of Deep Teal #02513B
Tints of Deep Teal #02513B
RGB
CMYK
RGB Variations
Color information
#02513B (or 0x02513B) is known color: Deep Teal. HEX triplet: 02, 51 and 3B. RGB value is (2,81,59). Sum of RGB (Red+Green+Blue) = 2+81+59=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 81 (32.03% from 255 or 57.04% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 81 - color contains mainly: green. Hex color #02513B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02513B is #FDAEC4. Grayscale: #363636. Windows color (decimal): -16625349 or 3887362. OLE color: 3887362.
HSL color Cylindrical-coordinate representation of color #02513B: hue angle of 163.29º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02513B is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 81 | 59 | - |
| CMYK | 0.98 | 0 | 0.27 | 0.68 |
| HSL | 163.29º | 0.95% | 0.16% | - |
| HSV(B) | 163.29º | 0.98% | 0.32% | - |
| XYZ | 3.76 | 6.21 | 5.14 | - |
| YUV | 54.87 | 130.33 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 81 | 59 | 0.98 | 0 | 0.27 | 0.68 | 163.29 | 0.95 | 0.16 |
| Hex | 2 | 51 | 3B | 62 | 0 | 1B | 44 | A3 | 5F | 10 |
| Octal | 2 | 121 | 73 | 142 | 0 | 33 | 104 | 243 | 137 | 20 |
| Binary | 10 | 1010001 | 111011 | 1100010 | 0 | 11011 | 1000100 | 10100011 | 1011111 | 10000 |
Color Harmonies of #02513B
Complementary color
Monochromatic Colors of #02513B
Black with #02513B
Text Example
Text Example
White with #02513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02513B; }
p { color: rgb(2,81,59); }
H1.HeaderClassName
{
color: #02513B;
}
.AnyTagClassName
{
color: #02513B;
}
</style>
background-color css
<style>
a { background-color: #02513B; }
a { background-color: rgb(2,81,59); }
div.DivClassName
{
background-color: #02513B;
}
.BgClassName
{
background-color: #02513B;
}
</style>
border-color css
<style>
span { border-color: #02513B; }
span { border-color: rgb(2,81,59); }
td.TdClassName
{
border-color: #02513B;
}
.TagClassName
{
border-color: #02513B;
}
</style>