Shades of Deep Teal #03503C
Tints of Deep Teal #03503C
RGB
CMYK
RGB Variations
Color information
#03503C (or 0x03503C) is known color: Deep Teal. HEX triplet: 03, 50 and 3C. RGB value is (3,80,60). Sum of RGB (Red+Green+Blue) = 3+80+60=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 80 (31.64% from 255 or 55.94% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 80 - color contains mainly: green. Hex color #03503C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03503C is #FCAFC3. Grayscale: #363636. Windows color (decimal): -16560068 or 3952643. OLE color: 3952643.
HSL color Cylindrical-coordinate representation of color #03503C: hue angle of 164.42º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03503C is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 80 | 60 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.69 |
| HSL | 164.42º | 0.93% | 0.16% | - |
| HSV(B) | 164.42º | 0.96% | 0.31% | - |
| XYZ | 3.72 | 6.08 | 5.25 | - |
| YUV | 54.7 | 130.99 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 60 | 0.96 | 0 | 0.25 | 0.69 | 164.42 | 0.93 | 0.16 |
| Hex | 3 | 50 | 3C | 60 | 0 | 19 | 45 | A4 | 5D | 10 |
| Octal | 3 | 120 | 74 | 140 | 0 | 31 | 105 | 244 | 135 | 20 |
| Binary | 11 | 1010000 | 111100 | 1100000 | 0 | 11001 | 1000101 | 10100100 | 1011101 | 10000 |
Color Harmonies of #03503C
Complementary color
Monochromatic Colors of #03503C
Black with #03503C
Text Example
Text Example
White with #03503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03503C; }
p { color: rgb(3,80,60); }
H1.HeaderClassName
{
color: #03503C;
}
.AnyTagClassName
{
color: #03503C;
}
</style>
background-color css
<style>
a { background-color: #03503C; }
a { background-color: rgb(3,80,60); }
div.DivClassName
{
background-color: #03503C;
}
.BgClassName
{
background-color: #03503C;
}
</style>
border-color css
<style>
span { border-color: #03503C; }
span { border-color: rgb(3,80,60); }
td.TdClassName
{
border-color: #03503C;
}
.TagClassName
{
border-color: #03503C;
}
</style>