Shades of Teal #01718B
Tints of Teal #01718B
RGB
CMYK
RGB Variations
Color information
#01718B (or 0x01718B) is known color: Teal. HEX triplet: 01, 71 and 8B. RGB value is (1,113,139). Sum of RGB (Red+Green+Blue) = 1+113+139=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #01718B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01718B is #FE8E74. Grayscale: #525252. Windows color (decimal): -16682613 or 9138433. OLE color: 9138433.
HSL color Cylindrical-coordinate representation of color #01718B: hue angle of 191.3º 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 #01718B is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 113 | 139 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.45 |
| HSL | 191.3º | 0.99% | 0.27% | - |
| HSV(B) | 191.3º | 0.99% | 0.55% | - |
| XYZ | 10.58 | 13.68 | 26.51 | - |
| YUV | 82.48 | 159.89 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 139 | 0.99 | 0.19 | 0 | 0.45 | 191.3 | 0.99 | 0.27 |
| Hex | 1 | 71 | 8B | 63 | 13 | 0 | 2D | BF | 63 | 1B |
| Octal | 1 | 161 | 213 | 143 | 23 | 0 | 55 | 277 | 143 | 33 |
| Binary | 1 | 1110001 | 10001011 | 1100011 | 10011 | 0 | 101101 | 10111111 | 1100011 | 11011 |
Color Harmonies of #01718B
Complementary color
Monochromatic Colors of #01718B
Black with #01718B
Text Example
Text Example
White with #01718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01718B; }
p { color: rgb(1,113,139); }
H1.HeaderClassName
{
color: #01718B;
}
.AnyTagClassName
{
color: #01718B;
}
</style>
background-color css
<style>
a { background-color: #01718B; }
a { background-color: rgb(1,113,139); }
div.DivClassName
{
background-color: #01718B;
}
.BgClassName
{
background-color: #01718B;
}
</style>
border-color css
<style>
span { border-color: #01718B; }
span { border-color: rgb(1,113,139); }
td.TdClassName
{
border-color: #01718B;
}
.TagClassName
{
border-color: #01718B;
}
</style>