Shades of Teal #05827F
Tints of Teal #05827F
RGB
CMYK
RGB Variations
Color information
#05827F (or 0x05827F) is known color: Teal. HEX triplet: 05, 82 and 7F. RGB value is (5,130,127). Sum of RGB (Red+Green+Blue) = 5+130+127=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #05827F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05827F is #FA7D80. Grayscale: #5C5C5C. Windows color (decimal): -16416129 or 8356357. OLE color: 8356357.
HSL color Cylindrical-coordinate representation of color #05827F: hue angle of 178.56º 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 #05827F is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 130 | 127 | - |
| CMYK | 0.96 | 0 | 0.02 | 0.49 |
| HSL | 178.56º | 0.93% | 0.26% | - |
| HSV(B) | 178.56º | 0.96% | 0.51% | - |
| XYZ | 11.88 | 17.53 | 22.84 | - |
| YUV | 92.28 | 147.59 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 130 | 127 | 0.96 | 0 | 0.02 | 0.49 | 178.56 | 0.93 | 0.26 |
| Hex | 5 | 82 | 7F | 60 | 0 | 2 | 31 | B3 | 5D | 1A |
| Octal | 5 | 202 | 177 | 140 | 0 | 2 | 61 | 263 | 135 | 32 |
| Binary | 101 | 10000010 | 1111111 | 1100000 | 0 | 10 | 110001 | 10110011 | 1011101 | 11010 |
Color Harmonies of #05827F
Complementary color
Monochromatic Colors of #05827F
Black with #05827F
Text Example
Text Example
White with #05827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05827F; }
p { color: rgb(5,130,127); }
H1.HeaderClassName
{
color: #05827F;
}
.AnyTagClassName
{
color: #05827F;
}
</style>
background-color css
<style>
a { background-color: #05827F; }
a { background-color: rgb(5,130,127); }
div.DivClassName
{
background-color: #05827F;
}
.BgClassName
{
background-color: #05827F;
}
</style>
border-color css
<style>
span { border-color: #05827F; }
span { border-color: rgb(5,130,127); }
td.TdClassName
{
border-color: #05827F;
}
.TagClassName
{
border-color: #05827F;
}
</style>