Shades of Teal #05748D
Tints of Teal #05748D
RGB
CMYK
RGB Variations
Color information
#05748D (or 0x05748D) is known color: Teal. HEX triplet: 05, 74 and 8D. RGB value is (5,116,141). Sum of RGB (Red+Green+Blue) = 5+116+141=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #05748D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05748D is #FA8B72. Grayscale: #555555. Windows color (decimal): -16419699 or 9270277. OLE color: 9270277.
HSL color Cylindrical-coordinate representation of color #05748D: hue angle of 191.03º 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 #05748D is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 116 | 141 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.45 |
| HSL | 191.03º | 0.93% | 0.29% | - |
| HSV(B) | 191.03º | 0.96% | 0.55% | - |
| XYZ | 11.12 | 14.45 | 27.4 | - |
| YUV | 85.66 | 159.23 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 116 | 141 | 0.96 | 0.18 | 0 | 0.45 | 191.03 | 0.93 | 0.29 |
| Hex | 5 | 74 | 8D | 60 | 12 | 0 | 2D | BF | 5D | 1D |
| Octal | 5 | 164 | 215 | 140 | 22 | 0 | 55 | 277 | 135 | 35 |
| Binary | 101 | 1110100 | 10001101 | 1100000 | 10010 | 0 | 101101 | 10111111 | 1011101 | 11101 |
Color Harmonies of #05748D
Complementary color
Monochromatic Colors of #05748D
Black with #05748D
Text Example
Text Example
White with #05748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05748D; }
p { color: rgb(5,116,141); }
H1.HeaderClassName
{
color: #05748D;
}
.AnyTagClassName
{
color: #05748D;
}
</style>
background-color css
<style>
a { background-color: #05748D; }
a { background-color: rgb(5,116,141); }
div.DivClassName
{
background-color: #05748D;
}
.BgClassName
{
background-color: #05748D;
}
</style>
border-color css
<style>
span { border-color: #05748D; }
span { border-color: rgb(5,116,141); }
td.TdClassName
{
border-color: #05748D;
}
.TagClassName
{
border-color: #05748D;
}
</style>