Shades of Teal #017A7F
Tints of Teal #017A7F
RGB
CMYK
RGB Variations
Color information
#017A7F (or 0x017A7F) is known color: Teal. HEX triplet: 01, 7A and 7F. RGB value is (1,122,127). Sum of RGB (Red+Green+Blue) = 1+122+127=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 122 (48.05% from 255 or 48.8% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #017A7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017A7F is #FE8580. Grayscale: #565656. Windows color (decimal): -16680321 or 8354305. OLE color: 8354305.
HSL color Cylindrical-coordinate representation of color #017A7F: hue angle of 182.38º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017A7F is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 122 | 127 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.50 |
| HSL | 182.38º | 0.98% | 0.25% | - |
| HSV(B) | 182.38º | 0.99% | 0.5% | - |
| XYZ | 10.8 | 15.46 | 22.49 | - |
| YUV | 86.39 | 150.91 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 122 | 127 | 0.99 | 0.04 | 0 | 0.50 | 182.38 | 0.98 | 0.25 |
| Hex | 1 | 7A | 7F | 63 | 4 | 0 | 32 | B6 | 62 | 19 |
| Octal | 1 | 172 | 177 | 143 | 4 | 0 | 62 | 266 | 142 | 31 |
| Binary | 1 | 1111010 | 1111111 | 1100011 | 100 | 0 | 110010 | 10110110 | 1100010 | 11001 |
Color Harmonies of #017A7F
Complementary color
Monochromatic Colors of #017A7F
Black with #017A7F
Text Example
Text Example
White with #017A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017A7F; }
p { color: rgb(1,122,127); }
H1.HeaderClassName
{
color: #017A7F;
}
.AnyTagClassName
{
color: #017A7F;
}
</style>
background-color css
<style>
a { background-color: #017A7F; }
a { background-color: rgb(1,122,127); }
div.DivClassName
{
background-color: #017A7F;
}
.BgClassName
{
background-color: #017A7F;
}
</style>
border-color css
<style>
span { border-color: #017A7F; }
span { border-color: rgb(1,122,127); }
td.TdClassName
{
border-color: #017A7F;
}
.TagClassName
{
border-color: #017A7F;
}
</style>