Shades of Teal #0E8482
Tints of Teal #0E8482
RGB
CMYK
RGB Variations
Color information
#0E8482 (or 0x0E8482) is known color: Teal. HEX triplet: 0E, 84 and 82. RGB value is (14,132,130). Sum of RGB (Red+Green+Blue) = 14+132+130=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #0E8482 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8482 is #F17B7D. Grayscale: #606060. Windows color (decimal): -15825790 or 8553486. OLE color: 8553486.
HSL color Cylindrical-coordinate representation of color #0E8482: hue angle of 178.98º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E8482 is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 14 | 132 | 130 | - |
| CMYK | 0.89 | 0 | 0.02 | 0.48 |
| HSL | 178.98º | 0.81% | 0.29% | - |
| HSV(B) | 178.98º | 0.89% | 0.52% | - |
| XYZ | 12.46 | 18.21 | 23.98 | - |
| YUV | 96.49 | 146.91 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 132 | 130 | 0.89 | 0 | 0.02 | 0.48 | 178.98 | 0.81 | 0.29 |
| Hex | E | 84 | 82 | 59 | 0 | 2 | 30 | B3 | 51 | 1D |
| Octal | 16 | 204 | 202 | 131 | 0 | 2 | 60 | 263 | 121 | 35 |
| Binary | 1110 | 10000100 | 10000010 | 1011001 | 0 | 10 | 110000 | 10110011 | 1010001 | 11101 |
Color Harmonies of #0E8482
Complementary color
Monochromatic Colors of #0E8482
Black with #0E8482
Text Example
Text Example
White with #0E8482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8482; }
p { color: rgb(14,132,130); }
H1.HeaderClassName
{
color: #0E8482;
}
.AnyTagClassName
{
color: #0E8482;
}
</style>
background-color css
<style>
a { background-color: #0E8482; }
a { background-color: rgb(14,132,130); }
div.DivClassName
{
background-color: #0E8482;
}
.BgClassName
{
background-color: #0E8482;
}
</style>
border-color css
<style>
span { border-color: #0E8482; }
span { border-color: rgb(14,132,130); }
td.TdClassName
{
border-color: #0E8482;
}
.TagClassName
{
border-color: #0E8482;
}
</style>