Shades of Teal #14827B
Tints of Teal #14827B
RGB
CMYK
RGB Variations
Color information
#14827B (or 0x14827B) is known color: Teal. HEX triplet: 14, 82 and 7B. RGB value is (20,130,123). Sum of RGB (Red+Green+Blue) = 20+130+123=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #14827B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14827B is #EB7D84. Grayscale: #606060. Windows color (decimal): -15433093 or 8094228. OLE color: 8094228.
HSL color Cylindrical-coordinate representation of color #14827B: hue angle of 176.18º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14827B is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 130 | 123 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.49 |
| HSL | 176.18º | 0.73% | 0.29% | - |
| HSV(B) | 176.18º | 0.85% | 0.51% | - |
| XYZ | 11.85 | 17.54 | 21.5 | - |
| YUV | 96.31 | 143.06 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 130 | 123 | 0.85 | 0 | 0.05 | 0.49 | 176.18 | 0.73 | 0.29 |
| Hex | 14 | 82 | 7B | 55 | 0 | 5 | 31 | B0 | 49 | 1D |
| Octal | 24 | 202 | 173 | 125 | 0 | 5 | 61 | 260 | 111 | 35 |
| Binary | 10100 | 10000010 | 1111011 | 1010101 | 0 | 101 | 110001 | 10110000 | 1001001 | 11101 |
Color Harmonies of #14827B
Complementary color
Monochromatic Colors of #14827B
Black with #14827B
Text Example
Text Example
White with #14827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14827B; }
p { color: rgb(20,130,123); }
H1.HeaderClassName
{
color: #14827B;
}
.AnyTagClassName
{
color: #14827B;
}
</style>
background-color css
<style>
a { background-color: #14827B; }
a { background-color: rgb(20,130,123); }
div.DivClassName
{
background-color: #14827B;
}
.BgClassName
{
background-color: #14827B;
}
</style>
border-color css
<style>
span { border-color: #14827B; }
span { border-color: rgb(20,130,123); }
td.TdClassName
{
border-color: #14827B;
}
.TagClassName
{
border-color: #14827B;
}
</style>