Shades of Teal #148285
Tints of Teal #148285
RGB
CMYK
RGB Variations
Color information
#148285 (or 0x148285) is known color: Teal. HEX triplet: 14, 82 and 85. RGB value is (20,130,133). Sum of RGB (Red+Green+Blue) = 20+130+133=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #148285 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148285 is #EB7D7A. Grayscale: #616161. Windows color (decimal): -15433083 or 8749588. OLE color: 8749588.
HSL color Cylindrical-coordinate representation of color #148285: hue angle of 181.59º 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 #148285 is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 130 | 133 | - |
| CMYK | 0.85 | 0.02 | 0 | 0.48 |
| HSL | 181.59º | 0.74% | 0.3% | - |
| HSV(B) | 181.59º | 0.85% | 0.52% | - |
| XYZ | 12.5 | 17.81 | 24.97 | - |
| YUV | 97.45 | 148.06 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 130 | 133 | 0.85 | 0.02 | 0 | 0.48 | 181.59 | 0.74 | 0.3 |
| Hex | 14 | 82 | 85 | 55 | 2 | 0 | 30 | B6 | 4A | 1E |
| Octal | 24 | 202 | 205 | 125 | 2 | 0 | 60 | 266 | 112 | 36 |
| Binary | 10100 | 10000010 | 10000101 | 1010101 | 10 | 0 | 110000 | 10110110 | 1001010 | 11110 |
Color Harmonies of #148285
Complementary color
Monochromatic Colors of #148285
Black with #148285
Text Example
Text Example
White with #148285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148285; }
p { color: rgb(20,130,133); }
H1.HeaderClassName
{
color: #148285;
}
.AnyTagClassName
{
color: #148285;
}
</style>
background-color css
<style>
a { background-color: #148285; }
a { background-color: rgb(20,130,133); }
div.DivClassName
{
background-color: #148285;
}
.BgClassName
{
background-color: #148285;
}
</style>
border-color css
<style>
span { border-color: #148285; }
span { border-color: rgb(20,130,133); }
td.TdClassName
{
border-color: #148285;
}
.TagClassName
{
border-color: #148285;
}
</style>