Shades of Teal #01897F
Tints of Teal #01897F
RGB
CMYK
RGB Variations
Color information
#01897F (or 0x01897F) is known color: Teal. HEX triplet: 01, 89 and 7F. RGB value is (1,137,127). Sum of RGB (Red+Green+Blue) = 1+137+127=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 137 (53.91% from 255 or 51.70% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 137 - color contains mainly: green. Hex color #01897F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01897F is #FE7680. Grayscale: #5F5F5F. Windows color (decimal): -16676481 or 8358145. OLE color: 8358145.
HSL color Cylindrical-coordinate representation of color #01897F: hue angle of 175.59º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01897F is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 137 | 127 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.46 |
| HSL | 175.59º | 0.99% | 0.27% | - |
| HSV(B) | 175.59º | 0.99% | 0.54% | - |
| XYZ | 12.79 | 19.43 | 23.16 | - |
| YUV | 95.2 | 145.94 | 60.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 137 | 127 | 0.99 | 0 | 0.07 | 0.46 | 175.59 | 0.99 | 0.27 |
| Hex | 1 | 89 | 7F | 63 | 0 | 7 | 2E | B0 | 63 | 1B |
| Octal | 1 | 211 | 177 | 143 | 0 | 7 | 56 | 260 | 143 | 33 |
| Binary | 1 | 10001001 | 1111111 | 1100011 | 0 | 111 | 101110 | 10110000 | 1100011 | 11011 |
Color Harmonies of #01897F
Complementary color
Monochromatic Colors of #01897F
Black with #01897F
Text Example
Text Example
White with #01897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01897F; }
p { color: rgb(1,137,127); }
H1.HeaderClassName
{
color: #01897F;
}
.AnyTagClassName
{
color: #01897F;
}
</style>
background-color css
<style>
a { background-color: #01897F; }
a { background-color: rgb(1,137,127); }
div.DivClassName
{
background-color: #01897F;
}
.BgClassName
{
background-color: #01897F;
}
</style>
border-color css
<style>
span { border-color: #01897F; }
span { border-color: rgb(1,137,127); }
td.TdClassName
{
border-color: #01897F;
}
.TagClassName
{
border-color: #01897F;
}
</style>