Shades of Teal #018085
Tints of Teal #018085
RGB
CMYK
RGB Variations
Color information
#018085 (or 0x018085) is known color: Teal. HEX triplet: 01, 80 and 85. RGB value is (1,128,133). Sum of RGB (Red+Green+Blue) = 1+128+133=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #018085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018085 is #FE7F7A. Grayscale: #5A5A5A. Windows color (decimal): -16678779 or 8749057. OLE color: 8749057.
HSL color Cylindrical-coordinate representation of color #018085: hue angle of 182.27º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018085 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 128 | 133 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.48 |
| HSL | 182.27º | 0.99% | 0.26% | - |
| HSV(B) | 182.27º | 0.99% | 0.52% | - |
| XYZ | 11.97 | 17.14 | 24.87 | - |
| YUV | 90.6 | 151.92 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 133 | 0.99 | 0.04 | 0 | 0.48 | 182.27 | 0.99 | 0.26 |
| Hex | 1 | 80 | 85 | 63 | 4 | 0 | 30 | B6 | 63 | 1A |
| Octal | 1 | 200 | 205 | 143 | 4 | 0 | 60 | 266 | 143 | 32 |
| Binary | 1 | 10000000 | 10000101 | 1100011 | 100 | 0 | 110000 | 10110110 | 1100011 | 11010 |
Color Harmonies of #018085
Complementary color
Monochromatic Colors of #018085
Black with #018085
Text Example
Text Example
White with #018085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018085; }
p { color: rgb(1,128,133); }
H1.HeaderClassName
{
color: #018085;
}
.AnyTagClassName
{
color: #018085;
}
</style>
background-color css
<style>
a { background-color: #018085; }
a { background-color: rgb(1,128,133); }
div.DivClassName
{
background-color: #018085;
}
.BgClassName
{
background-color: #018085;
}
</style>
border-color css
<style>
span { border-color: #018085; }
span { border-color: rgb(1,128,133); }
td.TdClassName
{
border-color: #018085;
}
.TagClassName
{
border-color: #018085;
}
</style>