Shades of Teal #148585
Tints of Teal #148585
RGB
CMYK
RGB Variations
Color information
#148585 (or 0x148585) is known color: Teal. HEX triplet: 14, 85 and 85. RGB value is (20,133,133). Sum of RGB (Red+Green+Blue) = 20+133+133=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #148585 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148585 is #EB7A7A. Grayscale: #636363. Windows color (decimal): -15432315 or 8750356. OLE color: 8750356.
HSL color Cylindrical-coordinate representation of color #148585: hue angle of 180º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148585 is Cyan = 0.85, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 133 | 133 | - |
| CMYK | 0.85 | 0 | 0 | 0.48 |
| HSL | 180º | 0.74% | 0.3% | - |
| HSV(B) | 180º | 0.85% | 0.52% | - |
| XYZ | 12.91 | 18.62 | 25.1 | - |
| YUV | 99.21 | 147.06 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 133 | 133 | 0.85 | 0 | 0 | 0.48 | 180 | 0.74 | 0.3 |
| Hex | 14 | 85 | 85 | 55 | 0 | 0 | 30 | B4 | 4A | 1E |
| Octal | 24 | 205 | 205 | 125 | 0 | 0 | 60 | 264 | 112 | 36 |
| Binary | 10100 | 10000101 | 10000101 | 1010101 | 0 | 0 | 110000 | 10110100 | 1001010 | 11110 |
Color Harmonies of #148585
Complementary color
Monochromatic Colors of #148585
Black with #148585
Text Example
Text Example
White with #148585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148585; }
p { color: rgb(20,133,133); }
H1.HeaderClassName
{
color: #148585;
}
.AnyTagClassName
{
color: #148585;
}
</style>
background-color css
<style>
a { background-color: #148585; }
a { background-color: rgb(20,133,133); }
div.DivClassName
{
background-color: #148585;
}
.BgClassName
{
background-color: #148585;
}
</style>
border-color css
<style>
span { border-color: #148585; }
span { border-color: rgb(20,133,133); }
td.TdClassName
{
border-color: #148585;
}
.TagClassName
{
border-color: #148585;
}
</style>