Shades of Teal #01758E
Tints of Teal #01758E
RGB
CMYK
RGB Variations
Color information
#01758E (or 0x01758E) is known color: Teal. HEX triplet: 01, 75 and 8E. RGB value is (1,117,142). Sum of RGB (Red+Green+Blue) = 1+117+142=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 142 (55.86% from 255 or 54.62% from 260); Max value from RGB is 142 - color contains mainly: blue. Hex color #01758E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01758E is #FE8A71. Grayscale: #545454. Windows color (decimal): -16681586 or 9336065. OLE color: 9336065.
HSL color Cylindrical-coordinate representation of color #01758E: hue angle of 190.64º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01758E is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 117 | 142 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.44 |
| HSL | 190.64º | 0.99% | 0.28% | - |
| HSV(B) | 190.64º | 0.99% | 0.56% | - |
| XYZ | 11.26 | 14.68 | 27.83 | - |
| YUV | 85.17 | 160.07 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 142 | 0.99 | 0.18 | 0 | 0.44 | 190.64 | 0.99 | 0.28 |
| Hex | 1 | 75 | 8E | 63 | 12 | 0 | 2C | BF | 63 | 1C |
| Octal | 1 | 165 | 216 | 143 | 22 | 0 | 54 | 277 | 143 | 34 |
| Binary | 1 | 1110101 | 10001110 | 1100011 | 10010 | 0 | 101100 | 10111111 | 1100011 | 11100 |
Color Harmonies of #01758E
Complementary color
Monochromatic Colors of #01758E
Black with #01758E
Text Example
Text Example
White with #01758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01758E; }
p { color: rgb(1,117,142); }
H1.HeaderClassName
{
color: #01758E;
}
.AnyTagClassName
{
color: #01758E;
}
</style>
background-color css
<style>
a { background-color: #01758E; }
a { background-color: rgb(1,117,142); }
div.DivClassName
{
background-color: #01758E;
}
.BgClassName
{
background-color: #01758E;
}
</style>
border-color css
<style>
span { border-color: #01758E; }
span { border-color: rgb(1,117,142); }
td.TdClassName
{
border-color: #01758E;
}
.TagClassName
{
border-color: #01758E;
}
</style>