Shades of Teal #05887A
Tints of Teal #05887A
RGB
CMYK
RGB Variations
Color information
#05887A (or 0x05887A) is known color: Teal. HEX triplet: 05, 88 and 7A. RGB value is (5,136,122). Sum of RGB (Red+Green+Blue) = 5+136+122=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 136 (53.52% from 255 or 51.71% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 136 - color contains mainly: green. Hex color #05887A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05887A is #FA7785. Grayscale: #5F5F5F. Windows color (decimal): -16414598 or 8030213. OLE color: 8030213.
HSL color Cylindrical-coordinate representation of color #05887A: hue angle of 173.59º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05887A is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 136 | 122 | - |
| CMYK | 0.96 | 0 | 0.10 | 0.47 |
| HSL | 173.59º | 0.93% | 0.28% | - |
| HSV(B) | 173.59º | 0.96% | 0.53% | - |
| XYZ | 12.38 | 19.05 | 21.44 | - |
| YUV | 95.24 | 143.1 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 136 | 122 | 0.96 | 0 | 0.10 | 0.47 | 173.59 | 0.93 | 0.28 |
| Hex | 5 | 88 | 7A | 60 | 0 | A | 2F | AE | 5D | 1C |
| Octal | 5 | 210 | 172 | 140 | 0 | 12 | 57 | 256 | 135 | 34 |
| Binary | 101 | 10001000 | 1111010 | 1100000 | 0 | 1010 | 101111 | 10101110 | 1011101 | 11100 |
Color Harmonies of #05887A
Complementary color
Monochromatic Colors of #05887A
Black with #05887A
Text Example
Text Example
White with #05887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05887A; }
p { color: rgb(5,136,122); }
H1.HeaderClassName
{
color: #05887A;
}
.AnyTagClassName
{
color: #05887A;
}
</style>
background-color css
<style>
a { background-color: #05887A; }
a { background-color: rgb(5,136,122); }
div.DivClassName
{
background-color: #05887A;
}
.BgClassName
{
background-color: #05887A;
}
</style>
border-color css
<style>
span { border-color: #05887A; }
span { border-color: rgb(5,136,122); }
td.TdClassName
{
border-color: #05887A;
}
.TagClassName
{
border-color: #05887A;
}
</style>