Shades of Teal #017286
Tints of Teal #017286
RGB
CMYK
RGB Variations
Color information
#017286 (or 0x017286) is known color: Teal. HEX triplet: 01, 72 and 86. RGB value is (1,114,134). Sum of RGB (Red+Green+Blue) = 1+114+134=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 134 (52.73% from 255 or 53.82% from 249); Max value from RGB is 134 - color contains mainly: blue. Hex color #017286 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017286 is #FE8D79. Grayscale: #525252. Windows color (decimal): -16682362 or 8811009. OLE color: 8811009.
HSL color Cylindrical-coordinate representation of color #017286: hue angle of 189.02º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017286 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 114 | 134 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.47 |
| HSL | 189.02º | 0.99% | 0.26% | - |
| HSV(B) | 189.02º | 0.99% | 0.53% | - |
| XYZ | 10.33 | 13.76 | 24.67 | - |
| YUV | 82.49 | 157.06 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 114 | 134 | 0.99 | 0.15 | 0 | 0.47 | 189.02 | 0.99 | 0.26 |
| Hex | 1 | 72 | 86 | 63 | F | 0 | 2F | BD | 63 | 1A |
| Octal | 1 | 162 | 206 | 143 | 17 | 0 | 57 | 275 | 143 | 32 |
| Binary | 1 | 1110010 | 10000110 | 1100011 | 1111 | 0 | 101111 | 10111101 | 1100011 | 11010 |
Color Harmonies of #017286
Complementary color
Monochromatic Colors of #017286
Black with #017286
Text Example
Text Example
White with #017286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017286; }
p { color: rgb(1,114,134); }
H1.HeaderClassName
{
color: #017286;
}
.AnyTagClassName
{
color: #017286;
}
</style>
background-color css
<style>
a { background-color: #017286; }
a { background-color: rgb(1,114,134); }
div.DivClassName
{
background-color: #017286;
}
.BgClassName
{
background-color: #017286;
}
</style>
border-color css
<style>
span { border-color: #017286; }
span { border-color: rgb(1,114,134); }
td.TdClassName
{
border-color: #017286;
}
.TagClassName
{
border-color: #017286;
}
</style>