Shades of Teal #018781
Tints of Teal #018781
RGB
CMYK
RGB Variations
Color information
#018781 (or 0x018781) is known color: Teal. HEX triplet: 01, 87 and 81. RGB value is (1,135,129). Sum of RGB (Red+Green+Blue) = 1+135+129=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 135 (53.12% from 255 or 50.94% from 265); Blue value is 129 (50.78% from 255 or 48.68% from 265); Max value from RGB is 135 - color contains mainly: green. Hex color #018781 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018781 is #FE787E. Grayscale: #5E5E5E. Windows color (decimal): -16676991 or 8488705. OLE color: 8488705.
HSL color Cylindrical-coordinate representation of color #018781: hue angle of 177.31º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018781 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 135 | 129 | - |
| CMYK | 0.99 | 0 | 0.04 | 0.47 |
| HSL | 177.31º | 0.99% | 0.27% | - |
| HSV(B) | 177.31º | 0.99% | 0.53% | - |
| XYZ | 12.64 | 18.92 | 23.75 | - |
| YUV | 94.25 | 147.61 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 135 | 129 | 0.99 | 0 | 0.04 | 0.47 | 177.31 | 0.99 | 0.27 |
| Hex | 1 | 87 | 81 | 63 | 0 | 4 | 2F | B1 | 63 | 1B |
| Octal | 1 | 207 | 201 | 143 | 0 | 4 | 57 | 261 | 143 | 33 |
| Binary | 1 | 10000111 | 10000001 | 1100011 | 0 | 100 | 101111 | 10110001 | 1100011 | 11011 |
Color Harmonies of #018781
Complementary color
Monochromatic Colors of #018781
Black with #018781
Text Example
Text Example
White with #018781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018781; }
p { color: rgb(1,135,129); }
H1.HeaderClassName
{
color: #018781;
}
.AnyTagClassName
{
color: #018781;
}
</style>
background-color css
<style>
a { background-color: #018781; }
a { background-color: rgb(1,135,129); }
div.DivClassName
{
background-color: #018781;
}
.BgClassName
{
background-color: #018781;
}
</style>
border-color css
<style>
span { border-color: #018781; }
span { border-color: rgb(1,135,129); }
td.TdClassName
{
border-color: #018781;
}
.TagClassName
{
border-color: #018781;
}
</style>