Shades of Teal #017982
Tints of Teal #017982
RGB
CMYK
RGB Variations
Color information
#017982 (or 0x017982) is known color: Teal. HEX triplet: 01, 79 and 82. RGB value is (1,121,130). Sum of RGB (Red+Green+Blue) = 1+121+130=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #017982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017982 is #FE867D. Grayscale: #555555. Windows color (decimal): -16680574 or 8550657. OLE color: 8550657.
HSL color Cylindrical-coordinate representation of color #017982: hue angle of 184.19º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017982 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 121 | 130 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.49 |
| HSL | 184.19º | 0.98% | 0.26% | - |
| HSV(B) | 184.19º | 0.99% | 0.51% | - |
| XYZ | 10.88 | 15.29 | 23.5 | - |
| YUV | 86.15 | 152.74 | 67.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 121 | 130 | 0.99 | 0.07 | 0 | 0.49 | 184.19 | 0.98 | 0.26 |
| Hex | 1 | 79 | 82 | 63 | 7 | 0 | 31 | B8 | 62 | 1A |
| Octal | 1 | 171 | 202 | 143 | 7 | 0 | 61 | 270 | 142 | 32 |
| Binary | 1 | 1111001 | 10000010 | 1100011 | 111 | 0 | 110001 | 10111000 | 1100010 | 11010 |
Color Harmonies of #017982
Complementary color
Monochromatic Colors of #017982
Black with #017982
Text Example
Text Example
White with #017982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017982; }
p { color: rgb(1,121,130); }
H1.HeaderClassName
{
color: #017982;
}
.AnyTagClassName
{
color: #017982;
}
</style>
background-color css
<style>
a { background-color: #017982; }
a { background-color: rgb(1,121,130); }
div.DivClassName
{
background-color: #017982;
}
.BgClassName
{
background-color: #017982;
}
</style>
border-color css
<style>
span { border-color: #017982; }
span { border-color: rgb(1,121,130); }
td.TdClassName
{
border-color: #017982;
}
.TagClassName
{
border-color: #017982;
}
</style>