Shades of Teal #147F83
Tints of Teal #147F83
RGB
CMYK
RGB Variations
Color information
#147F83 (or 0x147F83) is known color: Teal. HEX triplet: 14, 7F and 83. RGB value is (20,127,131). Sum of RGB (Red+Green+Blue) = 20+127+131=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 127 (50% from 255 or 45.68% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 131 - color contains mainly: blue. Hex color #147F83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147F83 is #EB807C. Grayscale: #5F5F5F. Windows color (decimal): -15433853 or 8617748. OLE color: 8617748.
HSL color Cylindrical-coordinate representation of color #147F83: hue angle of 182.16º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #147F83 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 127 | 131 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.49 |
| HSL | 182.16º | 0.74% | 0.3% | - |
| HSV(B) | 182.16º | 0.85% | 0.51% | - |
| XYZ | 11.97 | 16.97 | 24.12 | - |
| YUV | 95.46 | 148.05 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 127 | 131 | 0.85 | 0.03 | 0 | 0.49 | 182.16 | 0.74 | 0.3 |
| Hex | 14 | 7F | 83 | 55 | 3 | 0 | 31 | B6 | 4A | 1E |
| Octal | 24 | 177 | 203 | 125 | 3 | 0 | 61 | 266 | 112 | 36 |
| Binary | 10100 | 1111111 | 10000011 | 1010101 | 11 | 0 | 110001 | 10110110 | 1001010 | 11110 |
Color Harmonies of #147F83
Complementary color
Monochromatic Colors of #147F83
Black with #147F83
Text Example
Text Example
White with #147F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147F83; }
p { color: rgb(20,127,131); }
H1.HeaderClassName
{
color: #147F83;
}
.AnyTagClassName
{
color: #147F83;
}
</style>
background-color css
<style>
a { background-color: #147F83; }
a { background-color: rgb(20,127,131); }
div.DivClassName
{
background-color: #147F83;
}
.BgClassName
{
background-color: #147F83;
}
</style>
border-color css
<style>
span { border-color: #147F83; }
span { border-color: rgb(20,127,131); }
td.TdClassName
{
border-color: #147F83;
}
.TagClassName
{
border-color: #147F83;
}
</style>