Shades of Teal #05798D
Tints of Teal #05798D
RGB
CMYK
RGB Variations
Color information
#05798D (or 0x05798D) is known color: Teal. HEX triplet: 05, 79 and 8D. RGB value is (5,121,141). Sum of RGB (Red+Green+Blue) = 5+121+141=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #05798D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05798D is #FA8672. Grayscale: #585858. Windows color (decimal): -16418419 or 9271557. OLE color: 9271557.
HSL color Cylindrical-coordinate representation of color #05798D: hue angle of 188.82º 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 #05798D is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 121 | 141 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.45 |
| HSL | 188.82º | 0.93% | 0.29% | - |
| HSV(B) | 188.82º | 0.96% | 0.55% | - |
| XYZ | 11.71 | 15.63 | 27.6 | - |
| YUV | 88.6 | 157.57 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 121 | 141 | 0.96 | 0.14 | 0 | 0.45 | 188.82 | 0.93 | 0.29 |
| Hex | 5 | 79 | 8D | 60 | E | 0 | 2D | BD | 5D | 1D |
| Octal | 5 | 171 | 215 | 140 | 16 | 0 | 55 | 275 | 135 | 35 |
| Binary | 101 | 1111001 | 10001101 | 1100000 | 1110 | 0 | 101101 | 10111101 | 1011101 | 11101 |
Color Harmonies of #05798D
Complementary color
Monochromatic Colors of #05798D
Black with #05798D
Text Example
Text Example
White with #05798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05798D; }
p { color: rgb(5,121,141); }
H1.HeaderClassName
{
color: #05798D;
}
.AnyTagClassName
{
color: #05798D;
}
</style>
background-color css
<style>
a { background-color: #05798D; }
a { background-color: rgb(5,121,141); }
div.DivClassName
{
background-color: #05798D;
}
.BgClassName
{
background-color: #05798D;
}
</style>
border-color css
<style>
span { border-color: #05798D; }
span { border-color: rgb(5,121,141); }
td.TdClassName
{
border-color: #05798D;
}
.TagClassName
{
border-color: #05798D;
}
</style>