Shades of Teal #05827B
Tints of Teal #05827B
RGB
CMYK
RGB Variations
Color information
#05827B (or 0x05827B) is known color: Teal. HEX triplet: 05, 82 and 7B. RGB value is (5,130,123). Sum of RGB (Red+Green+Blue) = 5+130+123=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 123 (48.44% from 255 or 47.67% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #05827B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05827B is #FA7D84. Grayscale: #5B5B5B. Windows color (decimal): -16416133 or 8094213. OLE color: 8094213.
HSL color Cylindrical-coordinate representation of color #05827B: hue angle of 176.64º 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 #05827B is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 130 | 123 | - |
| CMYK | 0.96 | 0 | 0.05 | 0.49 |
| HSL | 176.64º | 0.93% | 0.26% | - |
| HSV(B) | 176.64º | 0.96% | 0.51% | - |
| XYZ | 11.62 | 17.43 | 21.49 | - |
| YUV | 91.83 | 145.59 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 130 | 123 | 0.96 | 0 | 0.05 | 0.49 | 176.64 | 0.93 | 0.26 |
| Hex | 5 | 82 | 7B | 60 | 0 | 5 | 31 | B1 | 5D | 1A |
| Octal | 5 | 202 | 173 | 140 | 0 | 5 | 61 | 261 | 135 | 32 |
| Binary | 101 | 10000010 | 1111011 | 1100000 | 0 | 101 | 110001 | 10110001 | 1011101 | 11010 |
Color Harmonies of #05827B
Complementary color
Monochromatic Colors of #05827B
Black with #05827B
Text Example
Text Example
White with #05827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05827B; }
p { color: rgb(5,130,123); }
H1.HeaderClassName
{
color: #05827B;
}
.AnyTagClassName
{
color: #05827B;
}
</style>
background-color css
<style>
a { background-color: #05827B; }
a { background-color: rgb(5,130,123); }
div.DivClassName
{
background-color: #05827B;
}
.BgClassName
{
background-color: #05827B;
}
</style>
border-color css
<style>
span { border-color: #05827B; }
span { border-color: rgb(5,130,123); }
td.TdClassName
{
border-color: #05827B;
}
.TagClassName
{
border-color: #05827B;
}
</style>