Shades of Teal Blue #145058
Tints of Teal Blue #145058
RGB
CMYK
RGB Variations
Color information
#145058 (or 0x145058) is known color: Teal Blue. HEX triplet: 14, 50 and 58. RGB value is (20,80,88). Sum of RGB (Red+Green+Blue) = 20+80+88=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 88 - color contains mainly: blue. Hex color #145058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145058 is #EBAFA7. Grayscale: #3E3E3E. Windows color (decimal): -15445928 or 5787668. OLE color: 5787668.
HSL color Cylindrical-coordinate representation of color #145058: hue angle of 187.06º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145058 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 80 | 88 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.65 |
| HSL | 187.06º | 0.63% | 0.21% | - |
| HSV(B) | 187.06º | 0.77% | 0.35% | - |
| XYZ | 4.92 | 6.59 | 10.25 | - |
| YUV | 62.97 | 142.12 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 88 | 0.77 | 0.09 | 0 | 0.65 | 187.06 | 0.63 | 0.21 |
| Hex | 14 | 50 | 58 | 4D | 9 | 0 | 41 | BB | 3F | 15 |
| Octal | 24 | 120 | 130 | 115 | 11 | 0 | 101 | 273 | 77 | 25 |
| Binary | 10100 | 1010000 | 1011000 | 1001101 | 1001 | 0 | 1000001 | 10111011 | 111111 | 10101 |
Color Harmonies of #145058
Complementary color
Monochromatic Colors of #145058
Black with #145058
Text Example
Text Example
White with #145058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145058; }
p { color: rgb(20,80,88); }
H1.HeaderClassName
{
color: #145058;
}
.AnyTagClassName
{
color: #145058;
}
</style>
background-color css
<style>
a { background-color: #145058; }
a { background-color: rgb(20,80,88); }
div.DivClassName
{
background-color: #145058;
}
.BgClassName
{
background-color: #145058;
}
</style>
border-color css
<style>
span { border-color: #145058; }
span { border-color: rgb(20,80,88); }
td.TdClassName
{
border-color: #145058;
}
.TagClassName
{
border-color: #145058;
}
</style>