Shades of Deep Teal #06523D
Tints of Deep Teal #06523D
RGB
CMYK
RGB Variations
Color information
#06523D (or 0x06523D) is known color: Deep Teal. HEX triplet: 06, 52 and 3D. RGB value is (6,82,61). Sum of RGB (Red+Green+Blue) = 6+82+61=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 82 (32.42% from 255 or 55.03% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 82 - color contains mainly: green. Hex color #06523D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06523D is #F9ADC2. Grayscale: #383838. Windows color (decimal): -16362947 or 4018694. OLE color: 4018694.
HSL color Cylindrical-coordinate representation of color #06523D: hue angle of 163.42º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06523D is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 82 | 61 | - |
| CMYK | 0.93 | 0 | 0.26 | 0.68 |
| HSL | 163.42º | 0.86% | 0.17% | - |
| HSV(B) | 163.42º | 0.93% | 0.32% | - |
| XYZ | 3.93 | 6.41 | 5.44 | - |
| YUV | 56.88 | 130.32 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 82 | 61 | 0.93 | 0 | 0.26 | 0.68 | 163.42 | 0.86 | 0.17 |
| Hex | 6 | 52 | 3D | 5D | 0 | 1A | 44 | A3 | 56 | 11 |
| Octal | 6 | 122 | 75 | 135 | 0 | 32 | 104 | 243 | 126 | 21 |
| Binary | 110 | 1010010 | 111101 | 1011101 | 0 | 11010 | 1000100 | 10100011 | 1010110 | 10001 |
Color Harmonies of #06523D
Complementary color
Monochromatic Colors of #06523D
Black with #06523D
Text Example
Text Example
White with #06523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06523D; }
p { color: rgb(6,82,61); }
H1.HeaderClassName
{
color: #06523D;
}
.AnyTagClassName
{
color: #06523D;
}
</style>
background-color css
<style>
a { background-color: #06523D; }
a { background-color: rgb(6,82,61); }
div.DivClassName
{
background-color: #06523D;
}
.BgClassName
{
background-color: #06523D;
}
</style>
border-color css
<style>
span { border-color: #06523D; }
span { border-color: rgb(6,82,61); }
td.TdClassName
{
border-color: #06523D;
}
.TagClassName
{
border-color: #06523D;
}
</style>