Shades of Deep Teal #02503D
Tints of Deep Teal #02503D
RGB
CMYK
RGB Variations
Color information
#02503D (or 0x02503D) is known color: Deep Teal. HEX triplet: 02, 50 and 3D. RGB value is (2,80,61). Sum of RGB (Red+Green+Blue) = 2+80+61=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 80 (31.64% from 255 or 55.94% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 80 - color contains mainly: green. Hex color #02503D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02503D is #FDAFC2. Grayscale: #363636. Windows color (decimal): -16625603 or 4018178. OLE color: 4018178.
HSL color Cylindrical-coordinate representation of color #02503D: hue angle of 165.38º 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 #02503D is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 80 | 61 | - |
| CMYK | 0.98 | 0 | 0.24 | 0.69 |
| HSL | 165.38º | 0.95% | 0.16% | - |
| HSV(B) | 165.38º | 0.98% | 0.31% | - |
| XYZ | 3.74 | 6.09 | 5.39 | - |
| YUV | 54.51 | 131.66 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 61 | 0.98 | 0 | 0.24 | 0.69 | 165.38 | 0.95 | 0.16 |
| Hex | 2 | 50 | 3D | 62 | 0 | 18 | 45 | A5 | 5F | 10 |
| Octal | 2 | 120 | 75 | 142 | 0 | 30 | 105 | 245 | 137 | 20 |
| Binary | 10 | 1010000 | 111101 | 1100010 | 0 | 11000 | 1000101 | 10100101 | 1011111 | 10000 |
Color Harmonies of #02503D
Complementary color
Monochromatic Colors of #02503D
Black with #02503D
Text Example
Text Example
White with #02503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02503D; }
p { color: rgb(2,80,61); }
H1.HeaderClassName
{
color: #02503D;
}
.AnyTagClassName
{
color: #02503D;
}
</style>
background-color css
<style>
a { background-color: #02503D; }
a { background-color: rgb(2,80,61); }
div.DivClassName
{
background-color: #02503D;
}
.BgClassName
{
background-color: #02503D;
}
</style>
border-color css
<style>
span { border-color: #02503D; }
span { border-color: rgb(2,80,61); }
td.TdClassName
{
border-color: #02503D;
}
.TagClassName
{
border-color: #02503D;
}
</style>