Shades of Teal #148186
Tints of Teal #148186
RGB
CMYK
RGB Variations
Color information
#148186 (or 0x148186) is known color: Teal. HEX triplet: 14, 81 and 86. RGB value is (20,129,134). Sum of RGB (Red+Green+Blue) = 20+129+134=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 134 (52.73% from 255 or 47.35% from 283); Max value from RGB is 134 - color contains mainly: blue. Hex color #148186 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148186 is #EB7E79. Grayscale: #606060. Windows color (decimal): -15433338 or 8814868. OLE color: 8814868.
HSL color Cylindrical-coordinate representation of color #148186: hue angle of 182.63º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148186 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 129 | 134 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.47 |
| HSL | 182.63º | 0.74% | 0.3% | - |
| HSV(B) | 182.63º | 0.85% | 0.53% | - |
| XYZ | 12.44 | 17.57 | 25.29 | - |
| YUV | 96.98 | 148.89 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 134 | 0.85 | 0.04 | 0 | 0.47 | 182.63 | 0.74 | 0.3 |
| Hex | 14 | 81 | 86 | 55 | 4 | 0 | 2F | B7 | 4A | 1E |
| Octal | 24 | 201 | 206 | 125 | 4 | 0 | 57 | 267 | 112 | 36 |
| Binary | 10100 | 10000001 | 10000110 | 1010101 | 100 | 0 | 101111 | 10110111 | 1001010 | 11110 |
Color Harmonies of #148186
Complementary color
Monochromatic Colors of #148186
Black with #148186
Text Example
Text Example
White with #148186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148186; }
p { color: rgb(20,129,134); }
H1.HeaderClassName
{
color: #148186;
}
.AnyTagClassName
{
color: #148186;
}
</style>
background-color css
<style>
a { background-color: #148186; }
a { background-color: rgb(20,129,134); }
div.DivClassName
{
background-color: #148186;
}
.BgClassName
{
background-color: #148186;
}
</style>
border-color css
<style>
span { border-color: #148186; }
span { border-color: rgb(20,129,134); }
td.TdClassName
{
border-color: #148186;
}
.TagClassName
{
border-color: #148186;
}
</style>