Shades of Teal #148387
Tints of Teal #148387
RGB
CMYK
RGB Variations
Color information
#148387 (or 0x148387) is known color: Teal. HEX triplet: 14, 83 and 87. RGB value is (20,131,135). Sum of RGB (Red+Green+Blue) = 20+131+135=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 135 - color contains mainly: blue. Hex color #148387 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148387 is #EB7C78. Grayscale: #626262. Windows color (decimal): -15432825 or 8880916. OLE color: 8880916.
HSL color Cylindrical-coordinate representation of color #148387: hue angle of 182.09º 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 #148387 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 131 | 135 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.47 |
| HSL | 182.09º | 0.74% | 0.3% | - |
| HSV(B) | 182.09º | 0.85% | 0.53% | - |
| XYZ | 12.78 | 18.13 | 25.75 | - |
| YUV | 98.27 | 148.73 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 135 | 0.85 | 0.03 | 0 | 0.47 | 182.09 | 0.74 | 0.3 |
| Hex | 14 | 83 | 87 | 55 | 3 | 0 | 2F | B6 | 4A | 1E |
| Octal | 24 | 203 | 207 | 125 | 3 | 0 | 57 | 266 | 112 | 36 |
| Binary | 10100 | 10000011 | 10000111 | 1010101 | 11 | 0 | 101111 | 10110110 | 1001010 | 11110 |
Color Harmonies of #148387
Complementary color
Monochromatic Colors of #148387
Black with #148387
Text Example
Text Example
White with #148387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148387; }
p { color: rgb(20,131,135); }
H1.HeaderClassName
{
color: #148387;
}
.AnyTagClassName
{
color: #148387;
}
</style>
background-color css
<style>
a { background-color: #148387; }
a { background-color: rgb(20,131,135); }
div.DivClassName
{
background-color: #148387;
}
.BgClassName
{
background-color: #148387;
}
</style>
border-color css
<style>
span { border-color: #148387; }
span { border-color: rgb(20,131,135); }
td.TdClassName
{
border-color: #148387;
}
.TagClassName
{
border-color: #148387;
}
</style>