Shades of Teal Blue #145159
Tints of Teal Blue #145159
RGB
CMYK
RGB Variations
Color information
#145159 (or 0x145159) is known color: Teal Blue. HEX triplet: 14, 51 and 59. RGB value is (20,81,89). Sum of RGB (Red+Green+Blue) = 20+81+89=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #145159 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145159 is #EBAEA6. Grayscale: #3F3F3F. Windows color (decimal): -15445671 or 5853460. OLE color: 5853460.
HSL color Cylindrical-coordinate representation of color #145159: hue angle of 186.96º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145159 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 81 | 89 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.65 |
| HSL | 186.96º | 0.63% | 0.21% | - |
| HSV(B) | 186.96º | 0.78% | 0.35% | - |
| XYZ | 5.03 | 6.75 | 10.49 | - |
| YUV | 63.67 | 142.29 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 89 | 0.78 | 0.09 | 0 | 0.65 | 186.96 | 0.63 | 0.21 |
| Hex | 14 | 51 | 59 | 4E | 9 | 0 | 41 | BB | 3F | 15 |
| Octal | 24 | 121 | 131 | 116 | 11 | 0 | 101 | 273 | 77 | 25 |
| Binary | 10100 | 1010001 | 1011001 | 1001110 | 1001 | 0 | 1000001 | 10111011 | 111111 | 10101 |
Color Harmonies of #145159
Complementary color
Monochromatic Colors of #145159
Black with #145159
Text Example
Text Example
White with #145159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145159; }
p { color: rgb(20,81,89); }
H1.HeaderClassName
{
color: #145159;
}
.AnyTagClassName
{
color: #145159;
}
</style>
background-color css
<style>
a { background-color: #145159; }
a { background-color: rgb(20,81,89); }
div.DivClassName
{
background-color: #145159;
}
.BgClassName
{
background-color: #145159;
}
</style>
border-color css
<style>
span { border-color: #145159; }
span { border-color: rgb(20,81,89); }
td.TdClassName
{
border-color: #145159;
}
.TagClassName
{
border-color: #145159;
}
</style>