Shades of Deep Teal #00523B
Tints of Deep Teal #00523B
RGB
CMYK
RGB Variations
Color information
#00523B (or 0x00523B) is known color: Deep Teal. HEX triplet: 00, 52 and 3B. RGB value is (0,82,59). Sum of RGB (Red+Green+Blue) = 0+82+59=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 82 (32.42% from 255 or 58.16% from 141); Blue value is 59 (23.44% from 255 or 41.84% from 141); Max value from RGB is 82 - color contains mainly: green. Hex color #00523B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00523B is #FFADC4. Grayscale: #363636. Windows color (decimal): -16756165 or 3887616. OLE color: 3887616.
HSL color Cylindrical-coordinate representation of color #00523B: hue angle of 163.17º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00523B is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 82 | 59 | - |
| CMYK | 1 | 0 | 0.28 | 0.68 |
| HSL | 163.17º | 1% | 0.16% | - |
| HSV(B) | 163.17º | 1% | 0.32% | - |
| XYZ | 3.81 | 6.35 | 5.16 | - |
| YUV | 54.86 | 130.33 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 82 | 59 | 1 | 0 | 0.28 | 0.68 | 163.17 | 1 | 0.16 |
| Hex | 0 | 52 | 3B | 64 | 0 | 1C | 44 | A3 | 64 | 10 |
| Octal | 0 | 122 | 73 | 144 | 0 | 34 | 104 | 243 | 144 | 20 |
| Binary | 0 | 1010010 | 111011 | 1100100 | 0 | 11100 | 1000100 | 10100011 | 1100100 | 10000 |
Color Harmonies of #00523B
Complementary color
Monochromatic Colors of #00523B
Black with #00523B
Text Example
Text Example
White with #00523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00523B; }
p { color: rgb(0,82,59); }
H1.HeaderClassName
{
color: #00523B;
}
.AnyTagClassName
{
color: #00523B;
}
</style>
background-color css
<style>
a { background-color: #00523B; }
a { background-color: rgb(0,82,59); }
div.DivClassName
{
background-color: #00523B;
}
.BgClassName
{
background-color: #00523B;
}
</style>
border-color css
<style>
span { border-color: #00523B; }
span { border-color: rgb(0,82,59); }
td.TdClassName
{
border-color: #00523B;
}
.TagClassName
{
border-color: #00523B;
}
</style>