Shades of Teal #018485
Tints of Teal #018485
RGB
CMYK
RGB Variations
Color information
#018485 (or 0x018485) is known color: Teal. HEX triplet: 01, 84 and 85. RGB value is (1,132,133). Sum of RGB (Red+Green+Blue) = 1+132+133=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #018485 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018485 is #FE7B7A. Grayscale: #5C5C5C. Windows color (decimal): -16677755 or 8750081. OLE color: 8750081.
HSL color Cylindrical-coordinate representation of color #018485: hue angle of 180.45º 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 #018485 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 132 | 133 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.48 |
| HSL | 180.45º | 0.99% | 0.26% | - |
| HSV(B) | 180.45º | 0.99% | 0.52% | - |
| XYZ | 12.5 | 18.2 | 25.05 | - |
| YUV | 92.95 | 150.6 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 133 | 0.99 | 0.01 | 0 | 0.48 | 180.45 | 0.99 | 0.26 |
| Hex | 1 | 84 | 85 | 63 | 1 | 0 | 30 | B4 | 63 | 1A |
| Octal | 1 | 204 | 205 | 143 | 1 | 0 | 60 | 264 | 143 | 32 |
| Binary | 1 | 10000100 | 10000101 | 1100011 | 1 | 0 | 110000 | 10110100 | 1100011 | 11010 |
Color Harmonies of #018485
Complementary color
Monochromatic Colors of #018485
Black with #018485
Text Example
Text Example
White with #018485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018485; }
p { color: rgb(1,132,133); }
H1.HeaderClassName
{
color: #018485;
}
.AnyTagClassName
{
color: #018485;
}
</style>
background-color css
<style>
a { background-color: #018485; }
a { background-color: rgb(1,132,133); }
div.DivClassName
{
background-color: #018485;
}
.BgClassName
{
background-color: #018485;
}
</style>
border-color css
<style>
span { border-color: #018485; }
span { border-color: rgb(1,132,133); }
td.TdClassName
{
border-color: #018485;
}
.TagClassName
{
border-color: #018485;
}
</style>