Shades of Deep Teal #08503C
Tints of Deep Teal #08503C
RGB
CMYK
RGB Variations
Color information
#08503C (or 0x08503C) is known color: Deep Teal. HEX triplet: 08, 50 and 3C. RGB value is (8,80,60). Sum of RGB (Red+Green+Blue) = 8+80+60=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 80 (31.64% from 255 or 54.05% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 80 - color contains mainly: green. Hex color #08503C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08503C is #F7AFC3. Grayscale: #383838. Windows color (decimal): -16232388 or 3952648. OLE color: 3952648.
HSL color Cylindrical-coordinate representation of color #08503C: hue angle of 163.33º 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 #08503C is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 80 | 60 | - |
| CMYK | 0.90 | 0 | 0.25 | 0.69 |
| HSL | 163.33º | 0.82% | 0.17% | - |
| HSV(B) | 163.33º | 0.9% | 0.31% | - |
| XYZ | 3.78 | 6.12 | 5.26 | - |
| YUV | 56.19 | 130.15 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 80 | 60 | 0.90 | 0 | 0.25 | 0.69 | 163.33 | 0.82 | 0.17 |
| Hex | 8 | 50 | 3C | 5A | 0 | 19 | 45 | A3 | 52 | 11 |
| Octal | 10 | 120 | 74 | 132 | 0 | 31 | 105 | 243 | 122 | 21 |
| Binary | 1000 | 1010000 | 111100 | 1011010 | 0 | 11001 | 1000101 | 10100011 | 1010010 | 10001 |
Color Harmonies of #08503C
Complementary color
Monochromatic Colors of #08503C
Black with #08503C
Text Example
Text Example
White with #08503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08503C; }
p { color: rgb(8,80,60); }
H1.HeaderClassName
{
color: #08503C;
}
.AnyTagClassName
{
color: #08503C;
}
</style>
background-color css
<style>
a { background-color: #08503C; }
a { background-color: rgb(8,80,60); }
div.DivClassName
{
background-color: #08503C;
}
.BgClassName
{
background-color: #08503C;
}
</style>
border-color css
<style>
span { border-color: #08503C; }
span { border-color: rgb(8,80,60); }
td.TdClassName
{
border-color: #08503C;
}
.TagClassName
{
border-color: #08503C;
}
</style>