Shades of Deep Teal #08523E
Tints of Deep Teal #08523E
RGB
CMYK
RGB Variations
Color information
#08523E (or 0x08523E) is known color: Deep Teal. HEX triplet: 08, 52 and 3E. RGB value is (8,82,62). Sum of RGB (Red+Green+Blue) = 8+82+62=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 82 (32.42% from 255 or 53.95% from 152); Blue value is 62 (24.61% from 255 or 40.79% from 152); Max value from RGB is 82 - color contains mainly: green. Hex color #08523E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08523E is #F7ADC1. Grayscale: #393939. Windows color (decimal): -16231874 or 4084232. OLE color: 4084232.
HSL color Cylindrical-coordinate representation of color #08523E: hue angle of 163.78º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08523E is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 82 | 62 | - |
| CMYK | 0.90 | 0 | 0.24 | 0.68 |
| HSL | 163.78º | 0.82% | 0.18% | - |
| HSV(B) | 163.78º | 0.9% | 0.32% | - |
| XYZ | 3.99 | 6.43 | 5.59 | - |
| YUV | 57.59 | 130.48 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 62 | 0.90 | 0 | 0.24 | 0.68 | 163.78 | 0.82 | 0.18 |
| Hex | 8 | 52 | 3E | 5A | 0 | 18 | 44 | A4 | 52 | 12 |
| Octal | 10 | 122 | 76 | 132 | 0 | 30 | 104 | 244 | 122 | 22 |
| Binary | 1000 | 1010010 | 111110 | 1011010 | 0 | 11000 | 1000100 | 10100100 | 1010010 | 10010 |
Color Harmonies of #08523E
Complementary color
Monochromatic Colors of #08523E
Black with #08523E
Text Example
Text Example
White with #08523E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08523E; }
p { color: rgb(8,82,62); }
H1.HeaderClassName
{
color: #08523E;
}
.AnyTagClassName
{
color: #08523E;
}
</style>
background-color css
<style>
a { background-color: #08523E; }
a { background-color: rgb(8,82,62); }
div.DivClassName
{
background-color: #08523E;
}
.BgClassName
{
background-color: #08523E;
}
</style>
border-color css
<style>
span { border-color: #08523E; }
span { border-color: rgb(8,82,62); }
td.TdClassName
{
border-color: #08523E;
}
.TagClassName
{
border-color: #08523E;
}
</style>