Shades of Teal #057888
Tints of Teal #057888
RGB
CMYK
RGB Variations
Color information
#057888 (or 0x057888) is known color: Teal. HEX triplet: 05, 78 and 88. RGB value is (5,120,136). Sum of RGB (Red+Green+Blue) = 5+120+136=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #057888 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057888 is #FA8777. Grayscale: #575757. Windows color (decimal): -16418680 or 8943621. OLE color: 8943621.
HSL color Cylindrical-coordinate representation of color #057888: hue angle of 187.33º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057888 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 120 | 136 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.47 |
| HSL | 187.33º | 0.93% | 0.28% | - |
| HSV(B) | 187.33º | 0.96% | 0.53% | - |
| XYZ | 11.22 | 15.24 | 25.64 | - |
| YUV | 87.44 | 155.4 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 120 | 136 | 0.96 | 0.12 | 0 | 0.47 | 187.33 | 0.93 | 0.28 |
| Hex | 5 | 78 | 88 | 60 | C | 0 | 2F | BB | 5D | 1C |
| Octal | 5 | 170 | 210 | 140 | 14 | 0 | 57 | 273 | 135 | 34 |
| Binary | 101 | 1111000 | 10001000 | 1100000 | 1100 | 0 | 101111 | 10111011 | 1011101 | 11100 |
Color Harmonies of #057888
Complementary color
Monochromatic Colors of #057888
Black with #057888
Text Example
Text Example
White with #057888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057888; }
p { color: rgb(5,120,136); }
H1.HeaderClassName
{
color: #057888;
}
.AnyTagClassName
{
color: #057888;
}
</style>
background-color css
<style>
a { background-color: #057888; }
a { background-color: rgb(5,120,136); }
div.DivClassName
{
background-color: #057888;
}
.BgClassName
{
background-color: #057888;
}
</style>
border-color css
<style>
span { border-color: #057888; }
span { border-color: rgb(5,120,136); }
td.TdClassName
{
border-color: #057888;
}
.TagClassName
{
border-color: #057888;
}
</style>