Shades of Teal #147E83
Tints of Teal #147E83
RGB
CMYK
RGB Variations
Color information
#147E83 (or 0x147E83) is known color: Teal. HEX triplet: 14, 7E and 83. RGB value is (20,126,131). Sum of RGB (Red+Green+Blue) = 20+126+131=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 126 (49.61% from 255 or 45.49% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #147E83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147E83 is #EB817C. Grayscale: #5E5E5E. Windows color (decimal): -15434109 or 8617492. OLE color: 8617492.
HSL color Cylindrical-coordinate representation of color #147E83: hue angle of 182.7º 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 #147E83 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 126 | 131 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.49 |
| HSL | 182.7º | 0.74% | 0.3% | - |
| HSV(B) | 182.7º | 0.85% | 0.51% | - |
| XYZ | 11.85 | 16.71 | 24.07 | - |
| YUV | 94.88 | 148.38 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 126 | 131 | 0.85 | 0.04 | 0 | 0.49 | 182.7 | 0.74 | 0.3 |
| Hex | 14 | 7E | 83 | 55 | 4 | 0 | 31 | B7 | 4A | 1E |
| Octal | 24 | 176 | 203 | 125 | 4 | 0 | 61 | 267 | 112 | 36 |
| Binary | 10100 | 1111110 | 10000011 | 1010101 | 100 | 0 | 110001 | 10110111 | 1001010 | 11110 |
Color Harmonies of #147E83
Complementary color
Monochromatic Colors of #147E83
Black with #147E83
Text Example
Text Example
White with #147E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147E83; }
p { color: rgb(20,126,131); }
H1.HeaderClassName
{
color: #147E83;
}
.AnyTagClassName
{
color: #147E83;
}
</style>
background-color css
<style>
a { background-color: #147E83; }
a { background-color: rgb(20,126,131); }
div.DivClassName
{
background-color: #147E83;
}
.BgClassName
{
background-color: #147E83;
}
</style>
border-color css
<style>
span { border-color: #147E83; }
span { border-color: rgb(20,126,131); }
td.TdClassName
{
border-color: #147E83;
}
.TagClassName
{
border-color: #147E83;
}
</style>