Shades of Teal #05728D
Tints of Teal #05728D
RGB
CMYK
RGB Variations
Color information
#05728D (or 0x05728D) is known color: Teal. HEX triplet: 05, 72 and 8D. RGB value is (5,114,141). Sum of RGB (Red+Green+Blue) = 5+114+141=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #05728D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05728D is #FA8D72. Grayscale: #545454. Windows color (decimal): -16420211 or 9269765. OLE color: 9269765.
HSL color Cylindrical-coordinate representation of color #05728D: hue angle of 191.91º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05728D is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 114 | 141 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.45 |
| HSL | 191.91º | 0.93% | 0.29% | - |
| HSV(B) | 191.91º | 0.96% | 0.55% | - |
| XYZ | 10.89 | 13.99 | 27.33 | - |
| YUV | 84.49 | 159.89 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 114 | 141 | 0.96 | 0.19 | 0 | 0.45 | 191.91 | 0.93 | 0.29 |
| Hex | 5 | 72 | 8D | 60 | 13 | 0 | 2D | C0 | 5D | 1D |
| Octal | 5 | 162 | 215 | 140 | 23 | 0 | 55 | 300 | 135 | 35 |
| Binary | 101 | 1110010 | 10001101 | 1100000 | 10011 | 0 | 101101 | 11000000 | 1011101 | 11101 |
Color Harmonies of #05728D
Complementary color
Monochromatic Colors of #05728D
Black with #05728D
Text Example
Text Example
White with #05728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05728D; }
p { color: rgb(5,114,141); }
H1.HeaderClassName
{
color: #05728D;
}
.AnyTagClassName
{
color: #05728D;
}
</style>
background-color css
<style>
a { background-color: #05728D; }
a { background-color: rgb(5,114,141); }
div.DivClassName
{
background-color: #05728D;
}
.BgClassName
{
background-color: #05728D;
}
</style>
border-color css
<style>
span { border-color: #05728D; }
span { border-color: rgb(5,114,141); }
td.TdClassName
{
border-color: #05728D;
}
.TagClassName
{
border-color: #05728D;
}
</style>