Shades of Teal #018483
Tints of Teal #018483
RGB
CMYK
RGB Variations
Color information
#018483 (or 0x018483) is known color: Teal. HEX triplet: 01, 84 and 83. RGB value is (1,132,131). Sum of RGB (Red+Green+Blue) = 1+132+131=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 131 (51.56% from 255 or 49.62% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #018483 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018483 is #FE7B7C. Grayscale: #5C5C5C. Windows color (decimal): -16677757 or 8619009. OLE color: 8619009.
HSL color Cylindrical-coordinate representation of color #018483: hue angle of 179.54º degrees, saturation: 0.98, 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 #018483 is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 132 | 131 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.48 |
| HSL | 179.54º | 0.98% | 0.26% | - |
| HSV(B) | 179.54º | 0.99% | 0.52% | - |
| XYZ | 12.36 | 18.15 | 24.32 | - |
| YUV | 92.72 | 149.6 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 131 | 0.99 | 0 | 0.01 | 0.48 | 179.54 | 0.98 | 0.26 |
| Hex | 1 | 84 | 83 | 63 | 0 | 1 | 30 | B4 | 62 | 1A |
| Octal | 1 | 204 | 203 | 143 | 0 | 1 | 60 | 264 | 142 | 32 |
| Binary | 1 | 10000100 | 10000011 | 1100011 | 0 | 1 | 110000 | 10110100 | 1100010 | 11010 |
Color Harmonies of #018483
Complementary color
Monochromatic Colors of #018483
Black with #018483
Text Example
Text Example
White with #018483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018483; }
p { color: rgb(1,132,131); }
H1.HeaderClassName
{
color: #018483;
}
.AnyTagClassName
{
color: #018483;
}
</style>
background-color css
<style>
a { background-color: #018483; }
a { background-color: rgb(1,132,131); }
div.DivClassName
{
background-color: #018483;
}
.BgClassName
{
background-color: #018483;
}
</style>
border-color css
<style>
span { border-color: #018483; }
span { border-color: rgb(1,132,131); }
td.TdClassName
{
border-color: #018483;
}
.TagClassName
{
border-color: #018483;
}
</style>