Shades of Deep Teal #08503E
Tints of Deep Teal #08503E
RGB
CMYK
RGB Variations
Color information
#08503E (or 0x08503E) is known color: Deep Teal. HEX triplet: 08, 50 and 3E. RGB value is (8,80,62). Sum of RGB (Red+Green+Blue) = 8+80+62=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 80 (31.64% from 255 or 53.33% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 80 - color contains mainly: green. Hex color #08503E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08503E is #F7AFC1. Grayscale: #383838. Windows color (decimal): -16232386 or 4083720. OLE color: 4083720.
HSL color Cylindrical-coordinate representation of color #08503E: hue angle of 165º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08503E is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 80 | 62 | - |
| CMYK | 0.90 | 0 | 0.22 | 0.69 |
| HSL | 165º | 0.82% | 0.17% | - |
| HSV(B) | 165º | 0.9% | 0.31% | - |
| XYZ | 3.84 | 6.14 | 5.54 | - |
| YUV | 56.42 | 131.15 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 80 | 62 | 0.90 | 0 | 0.22 | 0.69 | 165 | 0.82 | 0.17 |
| Hex | 8 | 50 | 3E | 5A | 0 | 16 | 45 | A5 | 52 | 11 |
| Octal | 10 | 120 | 76 | 132 | 0 | 26 | 105 | 245 | 122 | 21 |
| Binary | 1000 | 1010000 | 111110 | 1011010 | 0 | 10110 | 1000101 | 10100101 | 1010010 | 10001 |
Color Harmonies of #08503E
Complementary color
Monochromatic Colors of #08503E
Black with #08503E
Text Example
Text Example
White with #08503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08503E; }
p { color: rgb(8,80,62); }
H1.HeaderClassName
{
color: #08503E;
}
.AnyTagClassName
{
color: #08503E;
}
</style>
background-color css
<style>
a { background-color: #08503E; }
a { background-color: rgb(8,80,62); }
div.DivClassName
{
background-color: #08503E;
}
.BgClassName
{
background-color: #08503E;
}
</style>
border-color css
<style>
span { border-color: #08503E; }
span { border-color: rgb(8,80,62); }
td.TdClassName
{
border-color: #08503E;
}
.TagClassName
{
border-color: #08503E;
}
</style>