Shades of Teal #017A8B
Tints of Teal #017A8B
RGB
CMYK
RGB Variations
Color information
#017A8B (or 0x017A8B) is known color: Teal. HEX triplet: 01, 7A and 8B. RGB value is (1,122,139). Sum of RGB (Red+Green+Blue) = 1+122+139=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 122 (48.05% from 255 or 46.56% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #017A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017A8B is #FE8574. Grayscale: #575757. Windows color (decimal): -16680309 or 9140737. OLE color: 9140737.
HSL color Cylindrical-coordinate representation of color #017A8B: hue angle of 187.39º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017A8B is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 122 | 139 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.45 |
| HSL | 187.39º | 0.99% | 0.27% | - |
| HSV(B) | 187.39º | 0.99% | 0.55% | - |
| XYZ | 11.63 | 15.79 | 26.86 | - |
| YUV | 87.76 | 156.91 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 122 | 139 | 0.99 | 0.12 | 0 | 0.45 | 187.39 | 0.99 | 0.27 |
| Hex | 1 | 7A | 8B | 63 | C | 0 | 2D | BB | 63 | 1B |
| Octal | 1 | 172 | 213 | 143 | 14 | 0 | 55 | 273 | 143 | 33 |
| Binary | 1 | 1111010 | 10001011 | 1100011 | 1100 | 0 | 101101 | 10111011 | 1100011 | 11011 |
Color Harmonies of #017A8B
Complementary color
Monochromatic Colors of #017A8B
Black with #017A8B
Text Example
Text Example
White with #017A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017A8B; }
p { color: rgb(1,122,139); }
H1.HeaderClassName
{
color: #017A8B;
}
.AnyTagClassName
{
color: #017A8B;
}
</style>
background-color css
<style>
a { background-color: #017A8B; }
a { background-color: rgb(1,122,139); }
div.DivClassName
{
background-color: #017A8B;
}
.BgClassName
{
background-color: #017A8B;
}
</style>
border-color css
<style>
span { border-color: #017A8B; }
span { border-color: rgb(1,122,139); }
td.TdClassName
{
border-color: #017A8B;
}
.TagClassName
{
border-color: #017A8B;
}
</style>