Shades of Deep Teal #08533D
Tints of Deep Teal #08533D
RGB
CMYK
RGB Variations
Color information
#08533D (or 0x08533D) is known color: Deep Teal. HEX triplet: 08, 53 and 3D. RGB value is (8,83,61). Sum of RGB (Red+Green+Blue) = 8+83+61=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 83 (32.81% from 255 or 54.61% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 83 - color contains mainly: green. Hex color #08533D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08533D is #F7ACC2. Grayscale: #3A3A3A. Windows color (decimal): -16231619 or 4018952. OLE color: 4018952.
HSL color Cylindrical-coordinate representation of color #08533D: hue angle of 162.4º 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 #08533D is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 83 | 61 | - |
| CMYK | 0.90 | 0 | 0.27 | 0.67 |
| HSL | 162.4º | 0.82% | 0.18% | - |
| HSV(B) | 162.4º | 0.9% | 0.33% | - |
| XYZ | 4.04 | 6.58 | 5.47 | - |
| YUV | 58.07 | 129.65 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 61 | 0.90 | 0 | 0.27 | 0.67 | 162.4 | 0.82 | 0.18 |
| Hex | 8 | 53 | 3D | 5A | 0 | 1B | 43 | A2 | 52 | 12 |
| Octal | 10 | 123 | 75 | 132 | 0 | 33 | 103 | 242 | 122 | 22 |
| Binary | 1000 | 1010011 | 111101 | 1011010 | 0 | 11011 | 1000011 | 10100010 | 1010010 | 10010 |
Color Harmonies of #08533D
Complementary color
Monochromatic Colors of #08533D
Black with #08533D
Text Example
Text Example
White with #08533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08533D; }
p { color: rgb(8,83,61); }
H1.HeaderClassName
{
color: #08533D;
}
.AnyTagClassName
{
color: #08533D;
}
</style>
background-color css
<style>
a { background-color: #08533D; }
a { background-color: rgb(8,83,61); }
div.DivClassName
{
background-color: #08533D;
}
.BgClassName
{
background-color: #08533D;
}
</style>
border-color css
<style>
span { border-color: #08533D; }
span { border-color: rgb(8,83,61); }
td.TdClassName
{
border-color: #08533D;
}
.TagClassName
{
border-color: #08533D;
}
</style>