Shades of Teal #017282
Tints of Teal #017282
RGB
CMYK
RGB Variations
Color information
#017282 (or 0x017282) is known color: Teal. HEX triplet: 01, 72 and 82. RGB value is (1,114,130). Sum of RGB (Red+Green+Blue) = 1+114+130=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #017282 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017282 is #FE8D7D. Grayscale: #515151. Windows color (decimal): -16682366 or 8548865. OLE color: 8548865.
HSL color Cylindrical-coordinate representation of color #017282: hue angle of 187.44º 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 #017282 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 114 | 130 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.49 |
| HSL | 187.44º | 0.98% | 0.26% | - |
| HSV(B) | 187.44º | 0.99% | 0.51% | - |
| XYZ | 10.06 | 13.65 | 23.22 | - |
| YUV | 82.04 | 155.06 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 114 | 130 | 0.99 | 0.12 | 0 | 0.49 | 187.44 | 0.98 | 0.26 |
| Hex | 1 | 72 | 82 | 63 | C | 0 | 31 | BB | 62 | 1A |
| Octal | 1 | 162 | 202 | 143 | 14 | 0 | 61 | 273 | 142 | 32 |
| Binary | 1 | 1110010 | 10000010 | 1100011 | 1100 | 0 | 110001 | 10111011 | 1100010 | 11010 |
Color Harmonies of #017282
Complementary color
Monochromatic Colors of #017282
Black with #017282
Text Example
Text Example
White with #017282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017282; }
p { color: rgb(1,114,130); }
H1.HeaderClassName
{
color: #017282;
}
.AnyTagClassName
{
color: #017282;
}
</style>
background-color css
<style>
a { background-color: #017282; }
a { background-color: rgb(1,114,130); }
div.DivClassName
{
background-color: #017282;
}
.BgClassName
{
background-color: #017282;
}
</style>
border-color css
<style>
span { border-color: #017282; }
span { border-color: rgb(1,114,130); }
td.TdClassName
{
border-color: #017282;
}
.TagClassName
{
border-color: #017282;
}
</style>