Shades of Teal #05748E
Tints of Teal #05748E
RGB
CMYK
RGB Variations
Color information
#05748E (or 0x05748E) is known color: Teal. HEX triplet: 05, 74 and 8E. RGB value is (5,116,142). Sum of RGB (Red+Green+Blue) = 5+116+142=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 142 (55.86% from 255 or 53.99% from 263); Max value from RGB is 142 - color contains mainly: blue. Hex color #05748E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05748E is #FA8B71. Grayscale: #555555. Windows color (decimal): -16419698 or 9335813. OLE color: 9335813.
HSL color Cylindrical-coordinate representation of color #05748E: hue angle of 191.39º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05748E is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 116 | 142 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.44 |
| HSL | 191.39º | 0.93% | 0.29% | - |
| HSV(B) | 191.39º | 0.96% | 0.56% | - |
| XYZ | 11.19 | 14.48 | 27.8 | - |
| YUV | 85.78 | 159.73 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 116 | 142 | 0.96 | 0.18 | 0 | 0.44 | 191.39 | 0.93 | 0.29 |
| Hex | 5 | 74 | 8E | 60 | 12 | 0 | 2C | BF | 5D | 1D |
| Octal | 5 | 164 | 216 | 140 | 22 | 0 | 54 | 277 | 135 | 35 |
| Binary | 101 | 1110100 | 10001110 | 1100000 | 10010 | 0 | 101100 | 10111111 | 1011101 | 11101 |
Color Harmonies of #05748E
Complementary color
Monochromatic Colors of #05748E
Black with #05748E
Text Example
Text Example
White with #05748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05748E; }
p { color: rgb(5,116,142); }
H1.HeaderClassName
{
color: #05748E;
}
.AnyTagClassName
{
color: #05748E;
}
</style>
background-color css
<style>
a { background-color: #05748E; }
a { background-color: rgb(5,116,142); }
div.DivClassName
{
background-color: #05748E;
}
.BgClassName
{
background-color: #05748E;
}
</style>
border-color css
<style>
span { border-color: #05748E; }
span { border-color: rgb(5,116,142); }
td.TdClassName
{
border-color: #05748E;
}
.TagClassName
{
border-color: #05748E;
}
</style>