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