Shades of Teal #05758C
Tints of Teal #05758C
RGB
CMYK
RGB Variations
Color information
#05758C (or 0x05758C) is known color: Teal. HEX triplet: 05, 75 and 8C. RGB value is (5,117,140). Sum of RGB (Red+Green+Blue) = 5+117+140=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 140 (55.08% from 255 or 53.44% from 262); Max value from RGB is 140 - color contains mainly: blue. Hex color #05758C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05758C is #FA8A73. Grayscale: #555555. Windows color (decimal): -16419444 or 9204997. OLE color: 9204997.
HSL color Cylindrical-coordinate representation of color #05758C: hue angle of 190.22º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05758C is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 117 | 140 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.45 |
| HSL | 190.22º | 0.93% | 0.28% | - |
| HSV(B) | 190.22º | 0.96% | 0.55% | - |
| XYZ | 11.16 | 14.65 | 27.05 | - |
| YUV | 86.13 | 158.39 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 117 | 140 | 0.96 | 0.16 | 0 | 0.45 | 190.22 | 0.93 | 0.28 |
| Hex | 5 | 75 | 8C | 60 | 10 | 0 | 2D | BE | 5D | 1C |
| Octal | 5 | 165 | 214 | 140 | 20 | 0 | 55 | 276 | 135 | 34 |
| Binary | 101 | 1110101 | 10001100 | 1100000 | 10000 | 0 | 101101 | 10111110 | 1011101 | 11100 |
Color Harmonies of #05758C
Complementary color
Monochromatic Colors of #05758C
Black with #05758C
Text Example
Text Example
White with #05758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05758C; }
p { color: rgb(5,117,140); }
H1.HeaderClassName
{
color: #05758C;
}
.AnyTagClassName
{
color: #05758C;
}
</style>
background-color css
<style>
a { background-color: #05758C; }
a { background-color: rgb(5,117,140); }
div.DivClassName
{
background-color: #05758C;
}
.BgClassName
{
background-color: #05758C;
}
</style>
border-color css
<style>
span { border-color: #05758C; }
span { border-color: rgb(5,117,140); }
td.TdClassName
{
border-color: #05758C;
}
.TagClassName
{
border-color: #05758C;
}
</style>