Shades of Teal #01738E
Tints of Teal #01738E
RGB
CMYK
RGB Variations
Color information
#01738E (or 0x01738E) is known color: Teal. HEX triplet: 01, 73 and 8E. RGB value is (1,115,142). Sum of RGB (Red+Green+Blue) = 1+115+142=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 142 (55.86% from 255 or 55.04% from 258); Max value from RGB is 142 - color contains mainly: blue. Hex color #01738E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01738E is #FE8C71. Grayscale: #535353. Windows color (decimal): -16682098 or 9335553. OLE color: 9335553.
HSL color Cylindrical-coordinate representation of color #01738E: hue angle of 191.49º 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 #01738E is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 115 | 142 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.44 |
| HSL | 191.49º | 0.99% | 0.28% | - |
| HSV(B) | 191.49º | 0.99% | 0.56% | - |
| XYZ | 11.03 | 14.22 | 27.75 | - |
| YUV | 83.99 | 160.73 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 115 | 142 | 0.99 | 0.19 | 0 | 0.44 | 191.49 | 0.99 | 0.28 |
| Hex | 1 | 73 | 8E | 63 | 13 | 0 | 2C | BF | 63 | 1C |
| Octal | 1 | 163 | 216 | 143 | 23 | 0 | 54 | 277 | 143 | 34 |
| Binary | 1 | 1110011 | 10001110 | 1100011 | 10011 | 0 | 101100 | 10111111 | 1100011 | 11100 |
Color Harmonies of #01738E
Complementary color
Monochromatic Colors of #01738E
Black with #01738E
Text Example
Text Example
White with #01738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01738E; }
p { color: rgb(1,115,142); }
H1.HeaderClassName
{
color: #01738E;
}
.AnyTagClassName
{
color: #01738E;
}
</style>
background-color css
<style>
a { background-color: #01738E; }
a { background-color: rgb(1,115,142); }
div.DivClassName
{
background-color: #01738E;
}
.BgClassName
{
background-color: #01738E;
}
</style>
border-color css
<style>
span { border-color: #01738E; }
span { border-color: rgb(1,115,142); }
td.TdClassName
{
border-color: #01738E;
}
.TagClassName
{
border-color: #01738E;
}
</style>