Shades of Deep Teal #02503A
Tints of Deep Teal #02503A
RGB
CMYK
RGB Variations
Color information
#02503A (or 0x02503A) is known color: Deep Teal. HEX triplet: 02, 50 and 3A. RGB value is (2,80,58). Sum of RGB (Red+Green+Blue) = 2+80+58=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 80 (31.64% from 255 or 57.14% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 80 - color contains mainly: green. Hex color #02503A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02503A is #FDAFC5. Grayscale: #363636. Windows color (decimal): -16625606 or 3821570. OLE color: 3821570.
HSL color Cylindrical-coordinate representation of color #02503A: hue angle of 163.08º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02503A is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 80 | 58 | - |
| CMYK | 0.98 | 0 | 0.28 | 0.69 |
| HSL | 163.08º | 0.95% | 0.16% | - |
| HSV(B) | 163.08º | 0.98% | 0.31% | - |
| XYZ | 3.66 | 6.06 | 4.98 | - |
| YUV | 54.17 | 130.16 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 58 | 0.98 | 0 | 0.28 | 0.69 | 163.08 | 0.95 | 0.16 |
| Hex | 2 | 50 | 3A | 62 | 0 | 1C | 45 | A3 | 5F | 10 |
| Octal | 2 | 120 | 72 | 142 | 0 | 34 | 105 | 243 | 137 | 20 |
| Binary | 10 | 1010000 | 111010 | 1100010 | 0 | 11100 | 1000101 | 10100011 | 1011111 | 10000 |
Color Harmonies of #02503A
Complementary color
Monochromatic Colors of #02503A
Black with #02503A
Text Example
Text Example
White with #02503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02503A; }
p { color: rgb(2,80,58); }
H1.HeaderClassName
{
color: #02503A;
}
.AnyTagClassName
{
color: #02503A;
}
</style>
background-color css
<style>
a { background-color: #02503A; }
a { background-color: rgb(2,80,58); }
div.DivClassName
{
background-color: #02503A;
}
.BgClassName
{
background-color: #02503A;
}
</style>
border-color css
<style>
span { border-color: #02503A; }
span { border-color: rgb(2,80,58); }
td.TdClassName
{
border-color: #02503A;
}
.TagClassName
{
border-color: #02503A;
}
</style>