Shades of Teal #147D83
Tints of Teal #147D83
RGB
CMYK
RGB Variations
Color information
#147D83 (or 0x147D83) is known color: Teal. HEX triplet: 14, 7D and 83. RGB value is (20,125,131). Sum of RGB (Red+Green+Blue) = 20+125+131=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 125 (49.22% from 255 or 45.29% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 131 - color contains mainly: blue. Hex color #147D83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147D83 is #EB827C. Grayscale: #5E5E5E. Windows color (decimal): -15434365 or 8617236. OLE color: 8617236.
HSL color Cylindrical-coordinate representation of color #147D83: hue angle of 183.24º 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 #147D83 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 125 | 131 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.49 |
| HSL | 183.24º | 0.74% | 0.3% | - |
| HSV(B) | 183.24º | 0.85% | 0.51% | - |
| XYZ | 11.72 | 16.45 | 24.03 | - |
| YUV | 94.29 | 148.71 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 125 | 131 | 0.85 | 0.05 | 0 | 0.49 | 183.24 | 0.74 | 0.3 |
| Hex | 14 | 7D | 83 | 55 | 5 | 0 | 31 | B7 | 4A | 1E |
| Octal | 24 | 175 | 203 | 125 | 5 | 0 | 61 | 267 | 112 | 36 |
| Binary | 10100 | 1111101 | 10000011 | 1010101 | 101 | 0 | 110001 | 10110111 | 1001010 | 11110 |
Color Harmonies of #147D83
Complementary color
Monochromatic Colors of #147D83
Black with #147D83
Text Example
Text Example
White with #147D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147D83; }
p { color: rgb(20,125,131); }
H1.HeaderClassName
{
color: #147D83;
}
.AnyTagClassName
{
color: #147D83;
}
</style>
background-color css
<style>
a { background-color: #147D83; }
a { background-color: rgb(20,125,131); }
div.DivClassName
{
background-color: #147D83;
}
.BgClassName
{
background-color: #147D83;
}
</style>
border-color css
<style>
span { border-color: #147D83; }
span { border-color: rgb(20,125,131); }
td.TdClassName
{
border-color: #147D83;
}
.TagClassName
{
border-color: #147D83;
}
</style>