Shades of Teal #148087
Tints of Teal #148087
RGB
CMYK
RGB Variations
Color information
#148087 (or 0x148087) is known color: Teal. HEX triplet: 14, 80 and 87. RGB value is (20,128,135). Sum of RGB (Red+Green+Blue) = 20+128+135=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #148087 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148087 is #EB7F78. Grayscale: #606060. Windows color (decimal): -15433593 or 8880148. OLE color: 8880148.
HSL color Cylindrical-coordinate representation of color #148087: hue angle of 183.65º 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 #148087 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 128 | 135 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.47 |
| HSL | 183.65º | 0.74% | 0.3% | - |
| HSV(B) | 183.65º | 0.85% | 0.53% | - |
| XYZ | 12.38 | 17.34 | 25.62 | - |
| YUV | 96.51 | 149.72 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 128 | 135 | 0.85 | 0.05 | 0 | 0.47 | 183.65 | 0.74 | 0.3 |
| Hex | 14 | 80 | 87 | 55 | 5 | 0 | 2F | B8 | 4A | 1E |
| Octal | 24 | 200 | 207 | 125 | 5 | 0 | 57 | 270 | 112 | 36 |
| Binary | 10100 | 10000000 | 10000111 | 1010101 | 101 | 0 | 101111 | 10111000 | 1001010 | 11110 |
Color Harmonies of #148087
Complementary color
Monochromatic Colors of #148087
Black with #148087
Text Example
Text Example
White with #148087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148087; }
p { color: rgb(20,128,135); }
H1.HeaderClassName
{
color: #148087;
}
.AnyTagClassName
{
color: #148087;
}
</style>
background-color css
<style>
a { background-color: #148087; }
a { background-color: rgb(20,128,135); }
div.DivClassName
{
background-color: #148087;
}
.BgClassName
{
background-color: #148087;
}
</style>
border-color css
<style>
span { border-color: #148087; }
span { border-color: rgb(20,128,135); }
td.TdClassName
{
border-color: #148087;
}
.TagClassName
{
border-color: #148087;
}
</style>