Shades of Teal #01737F
Tints of Teal #01737F
RGB
CMYK
RGB Variations
Color information
#01737F (or 0x01737F) is known color: Teal. HEX triplet: 01, 73 and 7F. RGB value is (1,115,127). Sum of RGB (Red+Green+Blue) = 1+115+127=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #01737F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01737F is #FE8C80. Grayscale: #525252. Windows color (decimal): -16682113 or 8352513. OLE color: 8352513.
HSL color Cylindrical-coordinate representation of color #01737F: hue angle of 185.71º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01737F is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 115 | 127 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.50 |
| HSL | 185.71º | 0.98% | 0.25% | - |
| HSV(B) | 185.71º | 0.99% | 0.5% | - |
| XYZ | 9.97 | 13.8 | 22.22 | - |
| YUV | 82.28 | 153.23 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 115 | 127 | 0.99 | 0.09 | 0 | 0.50 | 185.71 | 0.98 | 0.25 |
| Hex | 1 | 73 | 7F | 63 | 9 | 0 | 32 | BA | 62 | 19 |
| Octal | 1 | 163 | 177 | 143 | 11 | 0 | 62 | 272 | 142 | 31 |
| Binary | 1 | 1110011 | 1111111 | 1100011 | 1001 | 0 | 110010 | 10111010 | 1100010 | 11001 |
Color Harmonies of #01737F
Complementary color
Monochromatic Colors of #01737F
Black with #01737F
Text Example
Text Example
White with #01737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01737F; }
p { color: rgb(1,115,127); }
H1.HeaderClassName
{
color: #01737F;
}
.AnyTagClassName
{
color: #01737F;
}
</style>
background-color css
<style>
a { background-color: #01737F; }
a { background-color: rgb(1,115,127); }
div.DivClassName
{
background-color: #01737F;
}
.BgClassName
{
background-color: #01737F;
}
</style>
border-color css
<style>
span { border-color: #01737F; }
span { border-color: rgb(1,115,127); }
td.TdClassName
{
border-color: #01737F;
}
.TagClassName
{
border-color: #01737F;
}
</style>