Shades of Teal #01718C
Tints of Teal #01718C
RGB
CMYK
RGB Variations
Color information
#01718C (or 0x01718C) is known color: Teal. HEX triplet: 01, 71 and 8C. RGB value is (1,113,140). Sum of RGB (Red+Green+Blue) = 1+113+140=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #01718C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01718C is #FE8E73. Grayscale: #525252. Windows color (decimal): -16682612 or 9203969. OLE color: 9203969.
HSL color Cylindrical-coordinate representation of color #01718C: hue angle of 191.65º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01718C is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 113 | 140 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.45 |
| HSL | 191.65º | 0.99% | 0.28% | - |
| HSV(B) | 191.65º | 0.99% | 0.55% | - |
| XYZ | 10.65 | 13.71 | 26.9 | - |
| YUV | 82.59 | 160.39 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 140 | 0.99 | 0.19 | 0 | 0.45 | 191.65 | 0.99 | 0.28 |
| Hex | 1 | 71 | 8C | 63 | 13 | 0 | 2D | C0 | 63 | 1C |
| Octal | 1 | 161 | 214 | 143 | 23 | 0 | 55 | 300 | 143 | 34 |
| Binary | 1 | 1110001 | 10001100 | 1100011 | 10011 | 0 | 101101 | 11000000 | 1100011 | 11100 |
Color Harmonies of #01718C
Complementary color
Monochromatic Colors of #01718C
Black with #01718C
Text Example
Text Example
White with #01718C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01718C; }
p { color: rgb(1,113,140); }
H1.HeaderClassName
{
color: #01718C;
}
.AnyTagClassName
{
color: #01718C;
}
</style>
background-color css
<style>
a { background-color: #01718C; }
a { background-color: rgb(1,113,140); }
div.DivClassName
{
background-color: #01718C;
}
.BgClassName
{
background-color: #01718C;
}
</style>
border-color css
<style>
span { border-color: #01718C; }
span { border-color: rgb(1,113,140); }
td.TdClassName
{
border-color: #01718C;
}
.TagClassName
{
border-color: #01718C;
}
</style>