Shades of Teal #05768A
Tints of Teal #05768A
RGB
CMYK
RGB Variations
Color information
#05768A (or 0x05768A) is known color: Teal. HEX triplet: 05, 76 and 8A. RGB value is (5,118,138). Sum of RGB (Red+Green+Blue) = 5+118+138=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #05768A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05768A is #FA8975. Grayscale: #565656. Windows color (decimal): -16419190 or 9074181. OLE color: 9074181.
HSL color Cylindrical-coordinate representation of color #05768A: hue angle of 189.02º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05768A is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 118 | 138 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.46 |
| HSL | 189.02º | 0.93% | 0.28% | - |
| HSV(B) | 189.02º | 0.96% | 0.54% | - |
| XYZ | 11.13 | 14.82 | 26.32 | - |
| YUV | 86.49 | 157.06 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 118 | 138 | 0.96 | 0.14 | 0 | 0.46 | 189.02 | 0.93 | 0.28 |
| Hex | 5 | 76 | 8A | 60 | E | 0 | 2E | BD | 5D | 1C |
| Octal | 5 | 166 | 212 | 140 | 16 | 0 | 56 | 275 | 135 | 34 |
| Binary | 101 | 1110110 | 10001010 | 1100000 | 1110 | 0 | 101110 | 10111101 | 1011101 | 11100 |
Color Harmonies of #05768A
Complementary color
Monochromatic Colors of #05768A
Black with #05768A
Text Example
Text Example
White with #05768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05768A; }
p { color: rgb(5,118,138); }
H1.HeaderClassName
{
color: #05768A;
}
.AnyTagClassName
{
color: #05768A;
}
</style>
background-color css
<style>
a { background-color: #05768A; }
a { background-color: rgb(5,118,138); }
div.DivClassName
{
background-color: #05768A;
}
.BgClassName
{
background-color: #05768A;
}
</style>
border-color css
<style>
span { border-color: #05768A; }
span { border-color: rgb(5,118,138); }
td.TdClassName
{
border-color: #05768A;
}
.TagClassName
{
border-color: #05768A;
}
</style>