Shades of Teal Blue #145360
Tints of Teal Blue #145360
RGB
CMYK
RGB Variations
Color information
#145360 (or 0x145360) is known color: Teal Blue. HEX triplet: 14, 53 and 60. RGB value is (20,83,96). Sum of RGB (Red+Green+Blue) = 20+83+96=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #145360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145360 is #EBAC9F. Grayscale: #414141. Windows color (decimal): -15445152 or 6312724. OLE color: 6312724.
HSL color Cylindrical-coordinate representation of color #145360: hue angle of 190.26º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145360 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 83 | 96 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.62 |
| HSL | 190.26º | 0.66% | 0.23% | - |
| HSV(B) | 190.26º | 0.79% | 0.38% | - |
| XYZ | 5.49 | 7.18 | 12.16 | - |
| YUV | 65.65 | 145.13 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 83 | 96 | 0.79 | 0.14 | 0 | 0.62 | 190.26 | 0.66 | 0.23 |
| Hex | 14 | 53 | 60 | 4F | E | 0 | 3E | BE | 42 | 17 |
| Octal | 24 | 123 | 140 | 117 | 16 | 0 | 76 | 276 | 102 | 27 |
| Binary | 10100 | 1010011 | 1100000 | 1001111 | 1110 | 0 | 111110 | 10111110 | 1000010 | 10111 |
Color Harmonies of #145360
Complementary color
Monochromatic Colors of #145360
Black with #145360
Text Example
Text Example
White with #145360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145360; }
p { color: rgb(20,83,96); }
H1.HeaderClassName
{
color: #145360;
}
.AnyTagClassName
{
color: #145360;
}
</style>
background-color css
<style>
a { background-color: #145360; }
a { background-color: rgb(20,83,96); }
div.DivClassName
{
background-color: #145360;
}
.BgClassName
{
background-color: #145360;
}
</style>
border-color css
<style>
span { border-color: #145360; }
span { border-color: rgb(20,83,96); }
td.TdClassName
{
border-color: #145360;
}
.TagClassName
{
border-color: #145360;
}
</style>