Shades of Teal #05768C
Tints of Teal #05768C
RGB
CMYK
RGB Variations
Color information
#05768C (or 0x05768C) is known color: Teal. HEX triplet: 05, 76 and 8C. RGB value is (5,118,140). Sum of RGB (Red+Green+Blue) = 5+118+140=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #05768C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05768C is #FA8973. Grayscale: #565656. Windows color (decimal): -16419188 or 9205253. OLE color: 9205253.
HSL color Cylindrical-coordinate representation of color #05768C: hue angle of 189.78º 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 #05768C is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 118 | 140 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.45 |
| HSL | 189.78º | 0.93% | 0.28% | - |
| HSV(B) | 189.78º | 0.96% | 0.55% | - |
| XYZ | 11.27 | 14.88 | 27.09 | - |
| YUV | 86.72 | 158.06 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 118 | 140 | 0.96 | 0.16 | 0 | 0.45 | 189.78 | 0.93 | 0.28 |
| Hex | 5 | 76 | 8C | 60 | 10 | 0 | 2D | BE | 5D | 1C |
| Octal | 5 | 166 | 214 | 140 | 20 | 0 | 55 | 276 | 135 | 34 |
| Binary | 101 | 1110110 | 10001100 | 1100000 | 10000 | 0 | 101101 | 10111110 | 1011101 | 11100 |
Color Harmonies of #05768C
Complementary color
Monochromatic Colors of #05768C
Black with #05768C
Text Example
Text Example
White with #05768C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05768C; }
p { color: rgb(5,118,140); }
H1.HeaderClassName
{
color: #05768C;
}
.AnyTagClassName
{
color: #05768C;
}
</style>
background-color css
<style>
a { background-color: #05768C; }
a { background-color: rgb(5,118,140); }
div.DivClassName
{
background-color: #05768C;
}
.BgClassName
{
background-color: #05768C;
}
</style>
border-color css
<style>
span { border-color: #05768C; }
span { border-color: rgb(5,118,140); }
td.TdClassName
{
border-color: #05768C;
}
.TagClassName
{
border-color: #05768C;
}
</style>