Shades of Teal #01748E
Tints of Teal #01748E
RGB
CMYK
RGB Variations
Color information
#01748E (or 0x01748E) is known color: Teal. HEX triplet: 01, 74 and 8E. RGB value is (1,116,142). Sum of RGB (Red+Green+Blue) = 1+116+142=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 142 (55.86% from 255 or 54.83% from 259); Max value from RGB is 142 - color contains mainly: blue. Hex color #01748E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01748E is #FE8B71. Grayscale: #545454. Windows color (decimal): -16681842 or 9335809. OLE color: 9335809.
HSL color Cylindrical-coordinate representation of color #01748E: hue angle of 191.06º 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 #01748E is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 116 | 142 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.44 |
| HSL | 191.06º | 0.99% | 0.28% | - |
| HSV(B) | 191.06º | 0.99% | 0.56% | - |
| XYZ | 11.14 | 14.45 | 27.79 | - |
| YUV | 84.58 | 160.4 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 116 | 142 | 0.99 | 0.18 | 0 | 0.44 | 191.06 | 0.99 | 0.28 |
| Hex | 1 | 74 | 8E | 63 | 12 | 0 | 2C | BF | 63 | 1C |
| Octal | 1 | 164 | 216 | 143 | 22 | 0 | 54 | 277 | 143 | 34 |
| Binary | 1 | 1110100 | 10001110 | 1100011 | 10010 | 0 | 101100 | 10111111 | 1100011 | 11100 |
Color Harmonies of #01748E
Complementary color
Monochromatic Colors of #01748E
Black with #01748E
Text Example
Text Example
White with #01748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01748E; }
p { color: rgb(1,116,142); }
H1.HeaderClassName
{
color: #01748E;
}
.AnyTagClassName
{
color: #01748E;
}
</style>
background-color css
<style>
a { background-color: #01748E; }
a { background-color: rgb(1,116,142); }
div.DivClassName
{
background-color: #01748E;
}
.BgClassName
{
background-color: #01748E;
}
</style>
border-color css
<style>
span { border-color: #01748E; }
span { border-color: rgb(1,116,142); }
td.TdClassName
{
border-color: #01748E;
}
.TagClassName
{
border-color: #01748E;
}
</style>