Shades of Deep Teal #143833
Tints of Deep Teal #143833
RGB
CMYK
RGB Variations
Color information
#143833 (or 0x143833) is known color: Deep Teal. HEX triplet: 14, 38 and 33. RGB value is (20,56,51). Sum of RGB (Red+Green+Blue) = 20+56+51=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 51 (20.31% from 255 or 40.16% from 127); Max value from RGB is 56 - color contains mainly: green. Hex color #143833 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143833 is #EBC7CC. Grayscale: #2C2C2C. Windows color (decimal): -15452109 or 3356692. OLE color: 3356692.
HSL color Cylindrical-coordinate representation of color #143833: hue angle of 171.67º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #143833 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 56 | 51 | - |
| CMYK | 0.64 | 0 | 0.09 | 0.78 |
| HSL | 171.67º | 0.47% | 0.15% | - |
| HSV(B) | 171.67º | 0.64% | 0.22% | - |
| XYZ | 2.3 | 3.22 | 3.63 | - |
| YUV | 44.67 | 131.57 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 51 | 0.64 | 0 | 0.09 | 0.78 | 171.67 | 0.47 | 0.15 |
| Hex | 14 | 38 | 33 | 40 | 0 | 9 | 4E | AC | 2F | F |
| Octal | 24 | 70 | 63 | 100 | 0 | 11 | 116 | 254 | 57 | 17 |
| Binary | 10100 | 111000 | 110011 | 1000000 | 0 | 1001 | 1001110 | 10101100 | 101111 | 1111 |
Color Harmonies of #143833
Complementary color
Monochromatic Colors of #143833
Black with #143833
Text Example
Text Example
White with #143833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143833; }
p { color: rgb(20,56,51); }
H1.HeaderClassName
{
color: #143833;
}
.AnyTagClassName
{
color: #143833;
}
</style>
background-color css
<style>
a { background-color: #143833; }
a { background-color: rgb(20,56,51); }
div.DivClassName
{
background-color: #143833;
}
.BgClassName
{
background-color: #143833;
}
</style>
border-color css
<style>
span { border-color: #143833; }
span { border-color: rgb(20,56,51); }
td.TdClassName
{
border-color: #143833;
}
.TagClassName
{
border-color: #143833;
}
</style>