Shades of Teal #05887B
Tints of Teal #05887B
RGB
CMYK
RGB Variations
Color information
#05887B (or 0x05887B) is known color: Teal. HEX triplet: 05, 88 and 7B. RGB value is (5,136,123). Sum of RGB (Red+Green+Blue) = 5+136+123=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 136 (53.52% from 255 or 51.52% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 136 - color contains mainly: green. Hex color #05887B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05887B is #FA7784. Grayscale: #5F5F5F. Windows color (decimal): -16414597 or 8095749. OLE color: 8095749.
HSL color Cylindrical-coordinate representation of color #05887B: hue angle of 174.05º 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 #05887B is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 136 | 123 | - |
| CMYK | 0.96 | 0 | 0.10 | 0.47 |
| HSL | 174.05º | 0.93% | 0.28% | - |
| HSV(B) | 174.05º | 0.96% | 0.53% | - |
| XYZ | 12.44 | 19.07 | 21.76 | - |
| YUV | 95.35 | 143.6 | 63.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 136 | 123 | 0.96 | 0 | 0.10 | 0.47 | 174.05 | 0.93 | 0.28 |
| Hex | 5 | 88 | 7B | 60 | 0 | A | 2F | AE | 5D | 1C |
| Octal | 5 | 210 | 173 | 140 | 0 | 12 | 57 | 256 | 135 | 34 |
| Binary | 101 | 10001000 | 1111011 | 1100000 | 0 | 1010 | 101111 | 10101110 | 1011101 | 11100 |
Color Harmonies of #05887B
Complementary color
Monochromatic Colors of #05887B
Black with #05887B
Text Example
Text Example
White with #05887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05887B; }
p { color: rgb(5,136,123); }
H1.HeaderClassName
{
color: #05887B;
}
.AnyTagClassName
{
color: #05887B;
}
</style>
background-color css
<style>
a { background-color: #05887B; }
a { background-color: rgb(5,136,123); }
div.DivClassName
{
background-color: #05887B;
}
.BgClassName
{
background-color: #05887B;
}
</style>
border-color css
<style>
span { border-color: #05887B; }
span { border-color: rgb(5,136,123); }
td.TdClassName
{
border-color: #05887B;
}
.TagClassName
{
border-color: #05887B;
}
</style>