Shades of Deep Teal #02513D
Tints of Deep Teal #02513D
RGB
CMYK
RGB Variations
Color information
#02513D (or 0x02513D) is known color: Deep Teal. HEX triplet: 02, 51 and 3D. RGB value is (2,81,61). Sum of RGB (Red+Green+Blue) = 2+81+61=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 81 (32.03% from 255 or 56.25% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 81 - color contains mainly: green. Hex color #02513D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02513D is #FDAEC2. Grayscale: #373737. Windows color (decimal): -16625347 or 4018434. OLE color: 4018434.
HSL color Cylindrical-coordinate representation of color #02513D: hue angle of 164.81º 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 #02513D is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 81 | 61 | - |
| CMYK | 0.98 | 0 | 0.25 | 0.68 |
| HSL | 164.81º | 0.95% | 0.16% | - |
| HSV(B) | 164.81º | 0.98% | 0.32% | - |
| XYZ | 3.81 | 6.23 | 5.42 | - |
| YUV | 55.1 | 131.33 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 81 | 61 | 0.98 | 0 | 0.25 | 0.68 | 164.81 | 0.95 | 0.16 |
| Hex | 2 | 51 | 3D | 62 | 0 | 19 | 44 | A5 | 5F | 10 |
| Octal | 2 | 121 | 75 | 142 | 0 | 31 | 104 | 245 | 137 | 20 |
| Binary | 10 | 1010001 | 111101 | 1100010 | 0 | 11001 | 1000100 | 10100101 | 1011111 | 10000 |
Color Harmonies of #02513D
Complementary color
Monochromatic Colors of #02513D
Black with #02513D
Text Example
Text Example
White with #02513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02513D; }
p { color: rgb(2,81,61); }
H1.HeaderClassName
{
color: #02513D;
}
.AnyTagClassName
{
color: #02513D;
}
</style>
background-color css
<style>
a { background-color: #02513D; }
a { background-color: rgb(2,81,61); }
div.DivClassName
{
background-color: #02513D;
}
.BgClassName
{
background-color: #02513D;
}
</style>
border-color css
<style>
span { border-color: #02513D; }
span { border-color: rgb(2,81,61); }
td.TdClassName
{
border-color: #02513D;
}
.TagClassName
{
border-color: #02513D;
}
</style>