Shades of Teal #018188
Tints of Teal #018188
RGB
CMYK
RGB Variations
Color information
#018188 (or 0x018188) is known color: Teal. HEX triplet: 01, 81 and 88. RGB value is (1,129,136). Sum of RGB (Red+Green+Blue) = 1+129+136=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #018188 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018188 is #FE7E77. Grayscale: #5B5B5B. Windows color (decimal): -16678520 or 8945921. OLE color: 8945921.
HSL color Cylindrical-coordinate representation of color #018188: hue angle of 183.11º 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 #018188 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 129 | 136 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.47 |
| HSL | 183.11º | 0.99% | 0.27% | - |
| HSV(B) | 183.11º | 0.99% | 0.53% | - |
| XYZ | 12.31 | 17.48 | 26.02 | - |
| YUV | 91.53 | 153.09 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 136 | 0.99 | 0.05 | 0 | 0.47 | 183.11 | 0.99 | 0.27 |
| Hex | 1 | 81 | 88 | 63 | 5 | 0 | 2F | B7 | 63 | 1B |
| Octal | 1 | 201 | 210 | 143 | 5 | 0 | 57 | 267 | 143 | 33 |
| Binary | 1 | 10000001 | 10001000 | 1100011 | 101 | 0 | 101111 | 10110111 | 1100011 | 11011 |
Color Harmonies of #018188
Complementary color
Monochromatic Colors of #018188
Black with #018188
Text Example
Text Example
White with #018188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018188; }
p { color: rgb(1,129,136); }
H1.HeaderClassName
{
color: #018188;
}
.AnyTagClassName
{
color: #018188;
}
</style>
background-color css
<style>
a { background-color: #018188; }
a { background-color: rgb(1,129,136); }
div.DivClassName
{
background-color: #018188;
}
.BgClassName
{
background-color: #018188;
}
</style>
border-color css
<style>
span { border-color: #018188; }
span { border-color: rgb(1,129,136); }
td.TdClassName
{
border-color: #018188;
}
.TagClassName
{
border-color: #018188;
}
</style>