Shades of Teal #05807C
Tints of Teal #05807C
RGB
CMYK
RGB Variations
Color information
#05807C (or 0x05807C) is known color: Teal. HEX triplet: 05, 80 and 7C. RGB value is (5,128,124). Sum of RGB (Red+Green+Blue) = 5+128+124=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 128 (50.39% from 255 or 49.81% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 128 - color contains mainly: green. Hex color #05807C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05807C is #FA7F83. Grayscale: #5A5A5A. Windows color (decimal): -16416644 or 8159237. OLE color: 8159237.
HSL color Cylindrical-coordinate representation of color #05807C: hue angle of 178.05º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05807C is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 128 | 124 | - |
| CMYK | 0.96 | 0 | 0.03 | 0.50 |
| HSL | 178.05º | 0.92% | 0.26% | - |
| HSV(B) | 178.05º | 0.96% | 0.5% | - |
| XYZ | 11.42 | 16.93 | 21.73 | - |
| YUV | 90.77 | 146.75 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 128 | 124 | 0.96 | 0 | 0.03 | 0.50 | 178.05 | 0.92 | 0.26 |
| Hex | 5 | 80 | 7C | 60 | 0 | 3 | 32 | B2 | 5C | 1A |
| Octal | 5 | 200 | 174 | 140 | 0 | 3 | 62 | 262 | 134 | 32 |
| Binary | 101 | 10000000 | 1111100 | 1100000 | 0 | 11 | 110010 | 10110010 | 1011100 | 11010 |
Color Harmonies of #05807C
Complementary color
Monochromatic Colors of #05807C
Black with #05807C
Text Example
Text Example
White with #05807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05807C; }
p { color: rgb(5,128,124); }
H1.HeaderClassName
{
color: #05807C;
}
.AnyTagClassName
{
color: #05807C;
}
</style>
background-color css
<style>
a { background-color: #05807C; }
a { background-color: rgb(5,128,124); }
div.DivClassName
{
background-color: #05807C;
}
.BgClassName
{
background-color: #05807C;
}
</style>
border-color css
<style>
span { border-color: #05807C; }
span { border-color: rgb(5,128,124); }
td.TdClassName
{
border-color: #05807C;
}
.TagClassName
{
border-color: #05807C;
}
</style>