Shades of Teal #018681
Tints of Teal #018681
RGB
CMYK
RGB Variations
Color information
#018681 (or 0x018681) is known color: Teal. HEX triplet: 01, 86 and 81. RGB value is (1,134,129). Sum of RGB (Red+Green+Blue) = 1+134+129=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 134 (52.73% from 255 or 50.76% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 134 - color contains mainly: green. Hex color #018681 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018681 is #FE797E. Grayscale: #5D5D5D. Windows color (decimal): -16677247 or 8488449. OLE color: 8488449.
HSL color Cylindrical-coordinate representation of color #018681: hue angle of 177.74º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018681 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 134 | 129 | - |
| CMYK | 0.99 | 0 | 0.04 | 0.47 |
| HSL | 177.74º | 0.99% | 0.26% | - |
| HSV(B) | 177.74º | 0.99% | 0.53% | - |
| XYZ | 12.5 | 18.64 | 23.71 | - |
| YUV | 93.66 | 147.94 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 134 | 129 | 0.99 | 0 | 0.04 | 0.47 | 177.74 | 0.99 | 0.26 |
| Hex | 1 | 86 | 81 | 63 | 0 | 4 | 2F | B2 | 63 | 1A |
| Octal | 1 | 206 | 201 | 143 | 0 | 4 | 57 | 262 | 143 | 32 |
| Binary | 1 | 10000110 | 10000001 | 1100011 | 0 | 100 | 101111 | 10110010 | 1100011 | 11010 |
Color Harmonies of #018681
Complementary color
Monochromatic Colors of #018681
Black with #018681
Text Example
Text Example
White with #018681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018681; }
p { color: rgb(1,134,129); }
H1.HeaderClassName
{
color: #018681;
}
.AnyTagClassName
{
color: #018681;
}
</style>
background-color css
<style>
a { background-color: #018681; }
a { background-color: rgb(1,134,129); }
div.DivClassName
{
background-color: #018681;
}
.BgClassName
{
background-color: #018681;
}
</style>
border-color css
<style>
span { border-color: #018681; }
span { border-color: rgb(1,134,129); }
td.TdClassName
{
border-color: #018681;
}
.TagClassName
{
border-color: #018681;
}
</style>