Shades of Teal #05817F
Tints of Teal #05817F
RGB
CMYK
RGB Variations
Color information
#05817F (or 0x05817F) is known color: Teal. HEX triplet: 05, 81 and 7F. RGB value is (5,129,127). Sum of RGB (Red+Green+Blue) = 5+129+127=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 129 - color contains mainly: green. Hex color #05817F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05817F is #FA7E80. Grayscale: #5B5B5B. Windows color (decimal): -16416385 or 8356101. OLE color: 8356101.
HSL color Cylindrical-coordinate representation of color #05817F: hue angle of 179.03º 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 #05817F is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 129 | 127 | - |
| CMYK | 0.96 | 0 | 0.02 | 0.49 |
| HSL | 179.03º | 0.93% | 0.26% | - |
| HSV(B) | 179.03º | 0.96% | 0.51% | - |
| XYZ | 11.74 | 17.27 | 22.79 | - |
| YUV | 91.7 | 147.92 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 129 | 127 | 0.96 | 0 | 0.02 | 0.49 | 179.03 | 0.93 | 0.26 |
| Hex | 5 | 81 | 7F | 60 | 0 | 2 | 31 | B3 | 5D | 1A |
| Octal | 5 | 201 | 177 | 140 | 0 | 2 | 61 | 263 | 135 | 32 |
| Binary | 101 | 10000001 | 1111111 | 1100000 | 0 | 10 | 110001 | 10110011 | 1011101 | 11010 |
Color Harmonies of #05817F
Complementary color
Monochromatic Colors of #05817F
Black with #05817F
Text Example
Text Example
White with #05817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05817F; }
p { color: rgb(5,129,127); }
H1.HeaderClassName
{
color: #05817F;
}
.AnyTagClassName
{
color: #05817F;
}
</style>
background-color css
<style>
a { background-color: #05817F; }
a { background-color: rgb(5,129,127); }
div.DivClassName
{
background-color: #05817F;
}
.BgClassName
{
background-color: #05817F;
}
</style>
border-color css
<style>
span { border-color: #05817F; }
span { border-color: rgb(5,129,127); }
td.TdClassName
{
border-color: #05817F;
}
.TagClassName
{
border-color: #05817F;
}
</style>