Shades of Teal #05877A
Tints of Teal #05877A
RGB
CMYK
RGB Variations
Color information
#05877A (or 0x05877A) is known color: Teal. HEX triplet: 05, 87 and 7A. RGB value is (5,135,122). Sum of RGB (Red+Green+Blue) = 5+135+122=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 135 (53.12% from 255 or 51.53% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 135 - color contains mainly: green. Hex color #05877A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05877A is #FA7885. Grayscale: #5E5E5E. Windows color (decimal): -16414854 or 8029957. OLE color: 8029957.
HSL color Cylindrical-coordinate representation of color #05877A: hue angle of 174º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05877A is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 135 | 122 | - |
| CMYK | 0.96 | 0 | 0.10 | 0.47 |
| HSL | 174º | 0.93% | 0.27% | - |
| HSV(B) | 174º | 0.96% | 0.53% | - |
| XYZ | 12.24 | 18.77 | 21.39 | - |
| YUV | 94.65 | 143.43 | 64.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 135 | 122 | 0.96 | 0 | 0.10 | 0.47 | 174 | 0.93 | 0.27 |
| Hex | 5 | 87 | 7A | 60 | 0 | A | 2F | AE | 5D | 1B |
| Octal | 5 | 207 | 172 | 140 | 0 | 12 | 57 | 256 | 135 | 33 |
| Binary | 101 | 10000111 | 1111010 | 1100000 | 0 | 1010 | 101111 | 10101110 | 1011101 | 11011 |
Color Harmonies of #05877A
Complementary color
Monochromatic Colors of #05877A
Black with #05877A
Text Example
Text Example
White with #05877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05877A; }
p { color: rgb(5,135,122); }
H1.HeaderClassName
{
color: #05877A;
}
.AnyTagClassName
{
color: #05877A;
}
</style>
background-color css
<style>
a { background-color: #05877A; }
a { background-color: rgb(5,135,122); }
div.DivClassName
{
background-color: #05877A;
}
.BgClassName
{
background-color: #05877A;
}
</style>
border-color css
<style>
span { border-color: #05877A; }
span { border-color: rgb(5,135,122); }
td.TdClassName
{
border-color: #05877A;
}
.TagClassName
{
border-color: #05877A;
}
</style>