Shades of Deep Teal #08533F
Tints of Deep Teal #08533F
RGB
CMYK
RGB Variations
Color information
#08533F (or 0x08533F) is known color: Deep Teal. HEX triplet: 08, 53 and 3F. RGB value is (8,83,63). Sum of RGB (Red+Green+Blue) = 8+83+63=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 83 (32.81% from 255 or 53.90% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 83 - color contains mainly: green. Hex color #08533F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08533F is #F7ACC0. Grayscale: #3A3A3A. Windows color (decimal): -16231617 or 4150024. OLE color: 4150024.
HSL color Cylindrical-coordinate representation of color #08533F: hue angle of 164º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08533F is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 83 | 63 | - |
| CMYK | 0.90 | 0 | 0.24 | 0.67 |
| HSL | 164º | 0.82% | 0.18% | - |
| HSV(B) | 164º | 0.9% | 0.33% | - |
| XYZ | 4.09 | 6.6 | 5.76 | - |
| YUV | 58.3 | 130.65 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 63 | 0.90 | 0 | 0.24 | 0.67 | 164 | 0.82 | 0.18 |
| Hex | 8 | 53 | 3F | 5A | 0 | 18 | 43 | A4 | 52 | 12 |
| Octal | 10 | 123 | 77 | 132 | 0 | 30 | 103 | 244 | 122 | 22 |
| Binary | 1000 | 1010011 | 111111 | 1011010 | 0 | 11000 | 1000011 | 10100100 | 1010010 | 10010 |
Color Harmonies of #08533F
Complementary color
Monochromatic Colors of #08533F
Black with #08533F
Text Example
Text Example
White with #08533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08533F; }
p { color: rgb(8,83,63); }
H1.HeaderClassName
{
color: #08533F;
}
.AnyTagClassName
{
color: #08533F;
}
</style>
background-color css
<style>
a { background-color: #08533F; }
a { background-color: rgb(8,83,63); }
div.DivClassName
{
background-color: #08533F;
}
.BgClassName
{
background-color: #08533F;
}
</style>
border-color css
<style>
span { border-color: #08533F; }
span { border-color: rgb(8,83,63); }
td.TdClassName
{
border-color: #08533F;
}
.TagClassName
{
border-color: #08533F;
}
</style>