Shades of Deep Teal #02503C
Tints of Deep Teal #02503C
RGB
CMYK
RGB Variations
Color information
#02503C (or 0x02503C) is known color: Deep Teal. HEX triplet: 02, 50 and 3C. RGB value is (2,80,60). Sum of RGB (Red+Green+Blue) = 2+80+60=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 80 (31.64% from 255 or 56.34% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 80 - color contains mainly: green. Hex color #02503C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02503C is #FDAFC3. Grayscale: #363636. Windows color (decimal): -16625604 or 3952642. OLE color: 3952642.
HSL color Cylindrical-coordinate representation of color #02503C: hue angle of 164.62º 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 #02503C is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 80 | 60 | - |
| CMYK | 0.98 | 0 | 0.25 | 0.69 |
| HSL | 164.62º | 0.95% | 0.16% | - |
| HSV(B) | 164.62º | 0.98% | 0.31% | - |
| XYZ | 3.71 | 6.08 | 5.25 | - |
| YUV | 54.4 | 131.16 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 60 | 0.98 | 0 | 0.25 | 0.69 | 164.62 | 0.95 | 0.16 |
| Hex | 2 | 50 | 3C | 62 | 0 | 19 | 45 | A5 | 5F | 10 |
| Octal | 2 | 120 | 74 | 142 | 0 | 31 | 105 | 245 | 137 | 20 |
| Binary | 10 | 1010000 | 111100 | 1100010 | 0 | 11001 | 1000101 | 10100101 | 1011111 | 10000 |
Color Harmonies of #02503C
Complementary color
Monochromatic Colors of #02503C
Black with #02503C
Text Example
Text Example
White with #02503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02503C; }
p { color: rgb(2,80,60); }
H1.HeaderClassName
{
color: #02503C;
}
.AnyTagClassName
{
color: #02503C;
}
</style>
background-color css
<style>
a { background-color: #02503C; }
a { background-color: rgb(2,80,60); }
div.DivClassName
{
background-color: #02503C;
}
.BgClassName
{
background-color: #02503C;
}
</style>
border-color css
<style>
span { border-color: #02503C; }
span { border-color: rgb(2,80,60); }
td.TdClassName
{
border-color: #02503C;
}
.TagClassName
{
border-color: #02503C;
}
</style>