Shades of Teal #018180
Tints of Teal #018180
RGB
CMYK
RGB Variations
Color information
#018180 (or 0x018180) is known color: Teal. HEX triplet: 01, 81 and 80. RGB value is (1,129,128). Sum of RGB (Red+Green+Blue) = 1+129+128=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 129 (50.78% from 255 or 50% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 129 - color contains mainly: green. Hex color #018180 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018180 is #FE7E7F. Grayscale: #5A5A5A. Windows color (decimal): -16678528 or 8421633. OLE color: 8421633.
HSL color Cylindrical-coordinate representation of color #018180: hue angle of 179.53º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018180 is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 128 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.49 |
| HSL | 179.53º | 0.98% | 0.25% | - |
| HSV(B) | 179.53º | 0.99% | 0.51% | - |
| XYZ | 11.76 | 17.27 | 23.13 | - |
| YUV | 90.61 | 149.09 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 128 | 0.99 | 0 | 0.01 | 0.49 | 179.53 | 0.98 | 0.25 |
| Hex | 1 | 81 | 80 | 63 | 0 | 1 | 31 | B4 | 62 | 19 |
| Octal | 1 | 201 | 200 | 143 | 0 | 1 | 61 | 264 | 142 | 31 |
| Binary | 1 | 10000001 | 10000000 | 1100011 | 0 | 1 | 110001 | 10110100 | 1100010 | 11001 |
Color Harmonies of #018180
Complementary color
Monochromatic Colors of #018180
Black with #018180
Text Example
Text Example
White with #018180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018180; }
p { color: rgb(1,129,128); }
H1.HeaderClassName
{
color: #018180;
}
.AnyTagClassName
{
color: #018180;
}
</style>
background-color css
<style>
a { background-color: #018180; }
a { background-color: rgb(1,129,128); }
div.DivClassName
{
background-color: #018180;
}
.BgClassName
{
background-color: #018180;
}
</style>
border-color css
<style>
span { border-color: #018180; }
span { border-color: rgb(1,129,128); }
td.TdClassName
{
border-color: #018180;
}
.TagClassName
{
border-color: #018180;
}
</style>