Shades of Deep Teal #145143
Tints of Deep Teal #145143
RGB
CMYK
RGB Variations
Color information
#145143 (or 0x145143) is known color: Deep Teal. HEX triplet: 14, 51 and 43. RGB value is (20,81,67). Sum of RGB (Red+Green+Blue) = 20+81+67=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 81 (32.03% from 255 or 48.21% from 168); Blue value is 67 (26.56% from 255 or 39.88% from 168); Max value from RGB is 81 - color contains mainly: green. Hex color #145143 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145143 is #EBAEBC. Grayscale: #3D3D3D. Windows color (decimal): -15445693 or 4411668. OLE color: 4411668.
HSL color Cylindrical-coordinate representation of color #145143: hue angle of 166.23º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #145143 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 81 | 67 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.68 |
| HSL | 166.23º | 0.6% | 0.2% | - |
| HSV(B) | 166.23º | 0.75% | 0.32% | - |
| XYZ | 4.24 | 6.44 | 6.33 | - |
| YUV | 61.17 | 131.29 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 67 | 0.75 | 0 | 0.17 | 0.68 | 166.23 | 0.6 | 0.2 |
| Hex | 14 | 51 | 43 | 4B | 0 | 11 | 44 | A6 | 3C | 14 |
| Octal | 24 | 121 | 103 | 113 | 0 | 21 | 104 | 246 | 74 | 24 |
| Binary | 10100 | 1010001 | 1000011 | 1001011 | 0 | 10001 | 1000100 | 10100110 | 111100 | 10100 |
Color Harmonies of #145143
Complementary color
Monochromatic Colors of #145143
Black with #145143
Text Example
Text Example
White with #145143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145143; }
p { color: rgb(20,81,67); }
H1.HeaderClassName
{
color: #145143;
}
.AnyTagClassName
{
color: #145143;
}
</style>
background-color css
<style>
a { background-color: #145143; }
a { background-color: rgb(20,81,67); }
div.DivClassName
{
background-color: #145143;
}
.BgClassName
{
background-color: #145143;
}
</style>
border-color css
<style>
span { border-color: #145143; }
span { border-color: rgb(20,81,67); }
td.TdClassName
{
border-color: #145143;
}
.TagClassName
{
border-color: #145143;
}
</style>