Shades of Teal #05797D
Tints of Teal #05797D
RGB
CMYK
RGB Variations
Color information
#05797D (or 0x05797D) is known color: Teal. HEX triplet: 05, 79 and 7D. RGB value is (5,121,125). Sum of RGB (Red+Green+Blue) = 5+121+125=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #05797D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05797D is #FA8682. Grayscale: #565656. Windows color (decimal): -16418435 or 8222981. OLE color: 8222981.
HSL color Cylindrical-coordinate representation of color #05797D: hue angle of 182º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05797D is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 121 | 125 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.51 |
| HSL | 182º | 0.92% | 0.25% | - |
| HSV(B) | 182º | 0.96% | 0.49% | - |
| XYZ | 10.6 | 15.19 | 21.77 | - |
| YUV | 86.77 | 149.57 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 121 | 125 | 0.96 | 0.03 | 0 | 0.51 | 182 | 0.92 | 0.25 |
| Hex | 5 | 79 | 7D | 60 | 3 | 0 | 33 | B6 | 5C | 19 |
| Octal | 5 | 171 | 175 | 140 | 3 | 0 | 63 | 266 | 134 | 31 |
| Binary | 101 | 1111001 | 1111101 | 1100000 | 11 | 0 | 110011 | 10110110 | 1011100 | 11001 |
Color Harmonies of #05797D
Complementary color
Monochromatic Colors of #05797D
Black with #05797D
Text Example
Text Example
White with #05797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05797D; }
p { color: rgb(5,121,125); }
H1.HeaderClassName
{
color: #05797D;
}
.AnyTagClassName
{
color: #05797D;
}
</style>
background-color css
<style>
a { background-color: #05797D; }
a { background-color: rgb(5,121,125); }
div.DivClassName
{
background-color: #05797D;
}
.BgClassName
{
background-color: #05797D;
}
</style>
border-color css
<style>
span { border-color: #05797D; }
span { border-color: rgb(5,121,125); }
td.TdClassName
{
border-color: #05797D;
}
.TagClassName
{
border-color: #05797D;
}
</style>