Shades of Deep Teal #14503F
Tints of Deep Teal #14503F
RGB
CMYK
RGB Variations
Color information
#14503F (or 0x14503F) is known color: Deep Teal. HEX triplet: 14, 50 and 3F. RGB value is (20,80,63). Sum of RGB (Red+Green+Blue) = 20+80+63=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #14503F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14503F is #EBAFC0. Grayscale: #3C3C3C. Windows color (decimal): -15445953 or 4149268. OLE color: 4149268.
HSL color Cylindrical-coordinate representation of color #14503F: hue angle of 163º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14503F is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 80 | 63 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.69 |
| HSL | 163º | 0.6% | 0.2% | - |
| HSV(B) | 163º | 0.75% | 0.31% | - |
| XYZ | 4.05 | 6.24 | 5.69 | - |
| YUV | 60.12 | 129.62 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 63 | 0.75 | 0 | 0.21 | 0.69 | 163 | 0.6 | 0.2 |
| Hex | 14 | 50 | 3F | 4B | 0 | 15 | 45 | A3 | 3C | 14 |
| Octal | 24 | 120 | 77 | 113 | 0 | 25 | 105 | 243 | 74 | 24 |
| Binary | 10100 | 1010000 | 111111 | 1001011 | 0 | 10101 | 1000101 | 10100011 | 111100 | 10100 |
Color Harmonies of #14503F
Complementary color
Monochromatic Colors of #14503F
Black with #14503F
Text Example
Text Example
White with #14503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14503F; }
p { color: rgb(20,80,63); }
H1.HeaderClassName
{
color: #14503F;
}
.AnyTagClassName
{
color: #14503F;
}
</style>
background-color css
<style>
a { background-color: #14503F; }
a { background-color: rgb(20,80,63); }
div.DivClassName
{
background-color: #14503F;
}
.BgClassName
{
background-color: #14503F;
}
</style>
border-color css
<style>
span { border-color: #14503F; }
span { border-color: rgb(20,80,63); }
td.TdClassName
{
border-color: #14503F;
}
.TagClassName
{
border-color: #14503F;
}
</style>