Shades of Teal #0E8185
Tints of Teal #0E8185
RGB
CMYK
RGB Variations
Color information
#0E8185 (or 0x0E8185) is known color: Teal. HEX triplet: 0E, 81 and 85. RGB value is (14,129,133). Sum of RGB (Red+Green+Blue) = 14+129+133=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #0E8185 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8185 is #F17E7A. Grayscale: #5E5E5E. Windows color (decimal): -15826555 or 8749326. OLE color: 8749326.
HSL color Cylindrical-coordinate representation of color #0E8185: hue angle of 182.02º 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 #0E8185 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 14 | 129 | 133 | - |
| CMYK | 0.89 | 0.03 | 0 | 0.48 |
| HSL | 182.02º | 0.81% | 0.29% | - |
| HSV(B) | 182.02º | 0.89% | 0.52% | - |
| XYZ | 12.27 | 17.49 | 24.92 | - |
| YUV | 95.07 | 149.4 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 129 | 133 | 0.89 | 0.03 | 0 | 0.48 | 182.02 | 0.81 | 0.29 |
| Hex | E | 81 | 85 | 59 | 3 | 0 | 30 | B6 | 51 | 1D |
| Octal | 16 | 201 | 205 | 131 | 3 | 0 | 60 | 266 | 121 | 35 |
| Binary | 1110 | 10000001 | 10000101 | 1011001 | 11 | 0 | 110000 | 10110110 | 1010001 | 11101 |
Color Harmonies of #0E8185
Complementary color
Monochromatic Colors of #0E8185
Black with #0E8185
Text Example
Text Example
White with #0E8185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8185; }
p { color: rgb(14,129,133); }
H1.HeaderClassName
{
color: #0E8185;
}
.AnyTagClassName
{
color: #0E8185;
}
</style>
background-color css
<style>
a { background-color: #0E8185; }
a { background-color: rgb(14,129,133); }
div.DivClassName
{
background-color: #0E8185;
}
.BgClassName
{
background-color: #0E8185;
}
</style>
border-color css
<style>
span { border-color: #0E8185; }
span { border-color: rgb(14,129,133); }
td.TdClassName
{
border-color: #0E8185;
}
.TagClassName
{
border-color: #0E8185;
}
</style>