Shades of Deep Teal #03523E
Tints of Deep Teal #03523E
RGB
CMYK
RGB Variations
Color information
#03523E (or 0x03523E) is known color: Deep Teal. HEX triplet: 03, 52 and 3E. RGB value is (3,82,62). Sum of RGB (Red+Green+Blue) = 3+82+62=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 82 (32.42% from 255 or 55.78% from 147); Blue value is 62 (24.61% from 255 or 42.18% from 147); Max value from RGB is 82 - color contains mainly: green. Hex color #03523E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03523E is #FCADC1. Grayscale: #383838. Windows color (decimal): -16559554 or 4084227. OLE color: 4084227.
HSL color Cylindrical-coordinate representation of color #03523E: hue angle of 164.81º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03523E is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 82 | 62 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.68 |
| HSL | 164.81º | 0.93% | 0.17% | - |
| HSV(B) | 164.81º | 0.96% | 0.32% | - |
| XYZ | 3.92 | 6.4 | 5.59 | - |
| YUV | 56.1 | 131.33 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 82 | 62 | 0.96 | 0 | 0.24 | 0.68 | 164.81 | 0.93 | 0.17 |
| Hex | 3 | 52 | 3E | 60 | 0 | 18 | 44 | A5 | 5D | 11 |
| Octal | 3 | 122 | 76 | 140 | 0 | 30 | 104 | 245 | 135 | 21 |
| Binary | 11 | 1010010 | 111110 | 1100000 | 0 | 11000 | 1000100 | 10100101 | 1011101 | 10001 |
Color Harmonies of #03523E
Complementary color
Monochromatic Colors of #03523E
Black with #03523E
Text Example
Text Example
White with #03523E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03523E; }
p { color: rgb(3,82,62); }
H1.HeaderClassName
{
color: #03523E;
}
.AnyTagClassName
{
color: #03523E;
}
</style>
background-color css
<style>
a { background-color: #03523E; }
a { background-color: rgb(3,82,62); }
div.DivClassName
{
background-color: #03523E;
}
.BgClassName
{
background-color: #03523E;
}
</style>
border-color css
<style>
span { border-color: #03523E; }
span { border-color: rgb(3,82,62); }
td.TdClassName
{
border-color: #03523E;
}
.TagClassName
{
border-color: #03523E;
}
</style>