Shades of Teal #01708C
Tints of Teal #01708C
RGB
CMYK
RGB Variations
Color information
#01708C (or 0x01708C) is known color: Teal. HEX triplet: 01, 70 and 8C. RGB value is (1,112,140). Sum of RGB (Red+Green+Blue) = 1+112+140=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 140 (55.08% from 255 or 55.34% from 253); Max value from RGB is 140 - color contains mainly: blue. Hex color #01708C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01708C is #FE8F73. Grayscale: #515151. Windows color (decimal): -16682868 or 9203713. OLE color: 9203713.
HSL color Cylindrical-coordinate representation of color #01708C: hue angle of 192.09º 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 #01708C is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 112 | 140 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.45 |
| HSL | 192.09º | 0.99% | 0.28% | - |
| HSV(B) | 192.09º | 0.99% | 0.55% | - |
| XYZ | 10.54 | 13.49 | 26.86 | - |
| YUV | 82 | 160.73 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 140 | 0.99 | 0.20 | 0 | 0.45 | 192.09 | 0.99 | 0.28 |
| Hex | 1 | 70 | 8C | 63 | 14 | 0 | 2D | C0 | 63 | 1C |
| Octal | 1 | 160 | 214 | 143 | 24 | 0 | 55 | 300 | 143 | 34 |
| Binary | 1 | 1110000 | 10001100 | 1100011 | 10100 | 0 | 101101 | 11000000 | 1100011 | 11100 |
Color Harmonies of #01708C
Complementary color
Monochromatic Colors of #01708C
Black with #01708C
Text Example
Text Example
White with #01708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01708C; }
p { color: rgb(1,112,140); }
H1.HeaderClassName
{
color: #01708C;
}
.AnyTagClassName
{
color: #01708C;
}
</style>
background-color css
<style>
a { background-color: #01708C; }
a { background-color: rgb(1,112,140); }
div.DivClassName
{
background-color: #01708C;
}
.BgClassName
{
background-color: #01708C;
}
</style>
border-color css
<style>
span { border-color: #01708C; }
span { border-color: rgb(1,112,140); }
td.TdClassName
{
border-color: #01708C;
}
.TagClassName
{
border-color: #01708C;
}
</style>