Shades of Deep Teal #145243
Tints of Deep Teal #145243
RGB
CMYK
RGB Variations
Color information
#145243 (or 0x145243) is known color: Deep Teal. HEX triplet: 14, 52 and 43. RGB value is (20,82,67). Sum of RGB (Red+Green+Blue) = 20+82+67=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 82 (32.42% from 255 or 48.52% from 169); Blue value is 67 (26.56% from 255 or 39.64% from 169); Max value from RGB is 82 - color contains mainly: green. Hex color #145243 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145243 is #EBADBC. Grayscale: #3D3D3D. Windows color (decimal): -15445437 or 4411924. OLE color: 4411924.
HSL color Cylindrical-coordinate representation of color #145243: hue angle of 165.48º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145243 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 82 | 67 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.68 |
| HSL | 165.48º | 0.61% | 0.2% | - |
| HSV(B) | 165.48º | 0.76% | 0.32% | - |
| XYZ | 4.32 | 6.59 | 6.35 | - |
| YUV | 61.75 | 130.96 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 67 | 0.76 | 0 | 0.18 | 0.68 | 165.48 | 0.61 | 0.2 |
| Hex | 14 | 52 | 43 | 4C | 0 | 12 | 44 | A5 | 3D | 14 |
| Octal | 24 | 122 | 103 | 114 | 0 | 22 | 104 | 245 | 75 | 24 |
| Binary | 10100 | 1010010 | 1000011 | 1001100 | 0 | 10010 | 1000100 | 10100101 | 111101 | 10100 |
Color Harmonies of #145243
Complementary color
Monochromatic Colors of #145243
Black with #145243
Text Example
Text Example
White with #145243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145243; }
p { color: rgb(20,82,67); }
H1.HeaderClassName
{
color: #145243;
}
.AnyTagClassName
{
color: #145243;
}
</style>
background-color css
<style>
a { background-color: #145243; }
a { background-color: rgb(20,82,67); }
div.DivClassName
{
background-color: #145243;
}
.BgClassName
{
background-color: #145243;
}
</style>
border-color css
<style>
span { border-color: #145243; }
span { border-color: rgb(20,82,67); }
td.TdClassName
{
border-color: #145243;
}
.TagClassName
{
border-color: #145243;
}
</style>