Shades of Teal #147C83
Tints of Teal #147C83
RGB
CMYK
RGB Variations
Color information
#147C83 (or 0x147C83) is known color: Teal. HEX triplet: 14, 7C and 83. RGB value is (20,124,131). Sum of RGB (Red+Green+Blue) = 20+124+131=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 124 (48.83% from 255 or 45.09% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 131 - color contains mainly: blue. Hex color #147C83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147C83 is #EB837C. Grayscale: #5D5D5D. Windows color (decimal): -15434621 or 8616980. OLE color: 8616980.
HSL color Cylindrical-coordinate representation of color #147C83: hue angle of 183.78º 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 #147C83 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 124 | 131 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.49 |
| HSL | 183.78º | 0.74% | 0.3% | - |
| HSV(B) | 183.78º | 0.85% | 0.51% | - |
| XYZ | 11.59 | 16.2 | 23.99 | - |
| YUV | 93.7 | 149.04 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 124 | 131 | 0.85 | 0.05 | 0 | 0.49 | 183.78 | 0.74 | 0.3 |
| Hex | 14 | 7C | 83 | 55 | 5 | 0 | 31 | B8 | 4A | 1E |
| Octal | 24 | 174 | 203 | 125 | 5 | 0 | 61 | 270 | 112 | 36 |
| Binary | 10100 | 1111100 | 10000011 | 1010101 | 101 | 0 | 110001 | 10111000 | 1001010 | 11110 |
Color Harmonies of #147C83
Complementary color
Monochromatic Colors of #147C83
Black with #147C83
Text Example
Text Example
White with #147C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147C83; }
p { color: rgb(20,124,131); }
H1.HeaderClassName
{
color: #147C83;
}
.AnyTagClassName
{
color: #147C83;
}
</style>
background-color css
<style>
a { background-color: #147C83; }
a { background-color: rgb(20,124,131); }
div.DivClassName
{
background-color: #147C83;
}
.BgClassName
{
background-color: #147C83;
}
</style>
border-color css
<style>
span { border-color: #147C83; }
span { border-color: rgb(20,124,131); }
td.TdClassName
{
border-color: #147C83;
}
.TagClassName
{
border-color: #147C83;
}
</style>