Shades of Teal #148288
Tints of Teal #148288
RGB
CMYK
RGB Variations
Color information
#148288 (or 0x148288) is known color: Teal. HEX triplet: 14, 82 and 88. RGB value is (20,130,136). Sum of RGB (Red+Green+Blue) = 20+130+136=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #148288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148288 is #EB7D77. Grayscale: #616161. Windows color (decimal): -15433080 or 8946196. OLE color: 8946196.
HSL color Cylindrical-coordinate representation of color #148288: hue angle of 183.1º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148288 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 130 | 136 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.47 |
| HSL | 183.1º | 0.74% | 0.31% | - |
| HSV(B) | 183.1º | 0.85% | 0.53% | - |
| XYZ | 12.72 | 17.89 | 26.08 | - |
| YUV | 97.79 | 149.56 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 130 | 136 | 0.85 | 0.04 | 0 | 0.47 | 183.1 | 0.74 | 0.31 |
| Hex | 14 | 82 | 88 | 55 | 4 | 0 | 2F | B7 | 4A | 1F |
| Octal | 24 | 202 | 210 | 125 | 4 | 0 | 57 | 267 | 112 | 37 |
| Binary | 10100 | 10000010 | 10001000 | 1010101 | 100 | 0 | 101111 | 10110111 | 1001010 | 11111 |
Color Harmonies of #148288
Complementary color
Monochromatic Colors of #148288
Black with #148288
Text Example
Text Example
White with #148288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148288; }
p { color: rgb(20,130,136); }
H1.HeaderClassName
{
color: #148288;
}
.AnyTagClassName
{
color: #148288;
}
</style>
background-color css
<style>
a { background-color: #148288; }
a { background-color: rgb(20,130,136); }
div.DivClassName
{
background-color: #148288;
}
.BgClassName
{
background-color: #148288;
}
</style>
border-color css
<style>
span { border-color: #148288; }
span { border-color: rgb(20,130,136); }
td.TdClassName
{
border-color: #148288;
}
.TagClassName
{
border-color: #148288;
}
</style>