Shades of Deep Teal #02503B
Tints of Deep Teal #02503B
RGB
CMYK
RGB Variations
Color information
#02503B (or 0x02503B) is known color: Deep Teal. HEX triplet: 02, 50 and 3B. RGB value is (2,80,59). Sum of RGB (Red+Green+Blue) = 2+80+59=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 80 (31.64% from 255 or 56.74% from 141); Blue value is 59 (23.44% from 255 or 41.84% from 141); Max value from RGB is 80 - color contains mainly: green. Hex color #02503B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02503B is #FDAFC4. Grayscale: #363636. Windows color (decimal): -16625605 or 3887106. OLE color: 3887106.
HSL color Cylindrical-coordinate representation of color #02503B: hue angle of 163.85º 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 #02503B is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 80 | 59 | - |
| CMYK | 0.98 | 0 | 0.26 | 0.69 |
| HSL | 163.85º | 0.95% | 0.16% | - |
| HSV(B) | 163.85º | 0.98% | 0.31% | - |
| XYZ | 3.68 | 6.07 | 5.11 | - |
| YUV | 54.28 | 130.66 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 59 | 0.98 | 0 | 0.26 | 0.69 | 163.85 | 0.95 | 0.16 |
| Hex | 2 | 50 | 3B | 62 | 0 | 1A | 45 | A4 | 5F | 10 |
| Octal | 2 | 120 | 73 | 142 | 0 | 32 | 105 | 244 | 137 | 20 |
| Binary | 10 | 1010000 | 111011 | 1100010 | 0 | 11010 | 1000101 | 10100100 | 1011111 | 10000 |
Color Harmonies of #02503B
Complementary color
Monochromatic Colors of #02503B
Black with #02503B
Text Example
Text Example
White with #02503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02503B; }
p { color: rgb(2,80,59); }
H1.HeaderClassName
{
color: #02503B;
}
.AnyTagClassName
{
color: #02503B;
}
</style>
background-color css
<style>
a { background-color: #02503B; }
a { background-color: rgb(2,80,59); }
div.DivClassName
{
background-color: #02503B;
}
.BgClassName
{
background-color: #02503B;
}
</style>
border-color css
<style>
span { border-color: #02503B; }
span { border-color: rgb(2,80,59); }
td.TdClassName
{
border-color: #02503B;
}
.TagClassName
{
border-color: #02503B;
}
</style>