Shades of Teal #05827C
Tints of Teal #05827C
RGB
CMYK
RGB Variations
Color information
#05827C (or 0x05827C) is known color: Teal. HEX triplet: 05, 82 and 7C. RGB value is (5,130,124). Sum of RGB (Red+Green+Blue) = 5+130+124=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #05827C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05827C is #FA7D83. Grayscale: #5B5B5B. Windows color (decimal): -16416132 or 8159749. OLE color: 8159749.
HSL color Cylindrical-coordinate representation of color #05827C: hue angle of 177.12º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05827C is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 130 | 124 | - |
| CMYK | 0.96 | 0 | 0.05 | 0.49 |
| HSL | 177.12º | 0.93% | 0.26% | - |
| HSV(B) | 177.12º | 0.96% | 0.51% | - |
| XYZ | 11.68 | 17.45 | 21.82 | - |
| YUV | 91.94 | 146.09 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 130 | 124 | 0.96 | 0 | 0.05 | 0.49 | 177.12 | 0.93 | 0.26 |
| Hex | 5 | 82 | 7C | 60 | 0 | 5 | 31 | B1 | 5D | 1A |
| Octal | 5 | 202 | 174 | 140 | 0 | 5 | 61 | 261 | 135 | 32 |
| Binary | 101 | 10000010 | 1111100 | 1100000 | 0 | 101 | 110001 | 10110001 | 1011101 | 11010 |
Color Harmonies of #05827C
Complementary color
Monochromatic Colors of #05827C
Black with #05827C
Text Example
Text Example
White with #05827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05827C; }
p { color: rgb(5,130,124); }
H1.HeaderClassName
{
color: #05827C;
}
.AnyTagClassName
{
color: #05827C;
}
</style>
background-color css
<style>
a { background-color: #05827C; }
a { background-color: rgb(5,130,124); }
div.DivClassName
{
background-color: #05827C;
}
.BgClassName
{
background-color: #05827C;
}
</style>
border-color css
<style>
span { border-color: #05827C; }
span { border-color: rgb(5,130,124); }
td.TdClassName
{
border-color: #05827C;
}
.TagClassName
{
border-color: #05827C;
}
</style>