Shades of Teal #018679
Tints of Teal #018679
RGB
CMYK
RGB Variations
Color information
#018679 (or 0x018679) is known color: Teal. HEX triplet: 01, 86 and 79. RGB value is (1,134,121). Sum of RGB (Red+Green+Blue) = 1+134+121=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 134 (52.73% from 255 or 52.34% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 134 - color contains mainly: green. Hex color #018679 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018679 is #FE7986. Grayscale: #5C5C5C. Windows color (decimal): -16677255 or 7964161. OLE color: 7964161.
HSL color Cylindrical-coordinate representation of color #018679: hue angle of 174.14º 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 #018679 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 134 | 121 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.47 |
| HSL | 174.14º | 0.99% | 0.26% | - |
| HSV(B) | 174.14º | 0.99% | 0.53% | - |
| XYZ | 11.99 | 18.44 | 21.02 | - |
| YUV | 92.75 | 143.94 | 62.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 134 | 121 | 0.99 | 0 | 0.10 | 0.47 | 174.14 | 0.99 | 0.26 |
| Hex | 1 | 86 | 79 | 63 | 0 | A | 2F | AE | 63 | 1A |
| Octal | 1 | 206 | 171 | 143 | 0 | 12 | 57 | 256 | 143 | 32 |
| Binary | 1 | 10000110 | 1111001 | 1100011 | 0 | 1010 | 101111 | 10101110 | 1100011 | 11010 |
Color Harmonies of #018679
Complementary color
Monochromatic Colors of #018679
Black with #018679
Text Example
Text Example
White with #018679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018679; }
p { color: rgb(1,134,121); }
H1.HeaderClassName
{
color: #018679;
}
.AnyTagClassName
{
color: #018679;
}
</style>
background-color css
<style>
a { background-color: #018679; }
a { background-color: rgb(1,134,121); }
div.DivClassName
{
background-color: #018679;
}
.BgClassName
{
background-color: #018679;
}
</style>
border-color css
<style>
span { border-color: #018679; }
span { border-color: rgb(1,134,121); }
td.TdClassName
{
border-color: #018679;
}
.TagClassName
{
border-color: #018679;
}
</style>