Shades of Teal #147F8A
Tints of Teal #147F8A
RGB
CMYK
RGB Variations
Color information
#147F8A (or 0x147F8A) is known color: Teal. HEX triplet: 14, 7F and 8A. RGB value is (20,127,138). Sum of RGB (Red+Green+Blue) = 20+127+138=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 127 (50% from 255 or 44.56% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #147F8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147F8A is #EB8075. Grayscale: #606060. Windows color (decimal): -15433846 or 9076500. OLE color: 9076500.
HSL color Cylindrical-coordinate representation of color #147F8A: hue angle of 185.59º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147F8A is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 127 | 138 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.46 |
| HSL | 185.59º | 0.75% | 0.31% | - |
| HSV(B) | 185.59º | 0.86% | 0.54% | - |
| XYZ | 12.47 | 17.16 | 26.7 | - |
| YUV | 96.26 | 151.55 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 138 | 0.86 | 0.08 | 0 | 0.46 | 185.59 | 0.75 | 0.31 |
| Hex | 14 | 7F | 8A | 56 | 8 | 0 | 2E | BA | 4B | 1F |
| Octal | 24 | 177 | 212 | 126 | 10 | 0 | 56 | 272 | 113 | 37 |
| Binary | 10100 | 1111111 | 10001010 | 1010110 | 1000 | 0 | 101110 | 10111010 | 1001011 | 11111 |
Color Harmonies of #147F8A
Complementary color
Monochromatic Colors of #147F8A
Black with #147F8A
Text Example
Text Example
White with #147F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147F8A; }
p { color: rgb(20,127,138); }
H1.HeaderClassName
{
color: #147F8A;
}
.AnyTagClassName
{
color: #147F8A;
}
</style>
background-color css
<style>
a { background-color: #147F8A; }
a { background-color: rgb(20,127,138); }
div.DivClassName
{
background-color: #147F8A;
}
.BgClassName
{
background-color: #147F8A;
}
</style>
border-color css
<style>
span { border-color: #147F8A; }
span { border-color: rgb(20,127,138); }
td.TdClassName
{
border-color: #147F8A;
}
.TagClassName
{
border-color: #147F8A;
}
</style>