Shades of Teal Blue #155059
Tints of Teal Blue #155059
RGB
CMYK
RGB Variations
Color information
#155059 (or 0x155059) is known color: Teal Blue. HEX triplet: 15, 50 and 59. RGB value is (21,80,89). Sum of RGB (Red+Green+Blue) = 21+80+89=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 80 (31.64% from 255 or 42.11% 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 #155059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155059 is #EAAFA6. Grayscale: #3F3F3F. Windows color (decimal): -15380391 or 5853205. OLE color: 5853205.
HSL color Cylindrical-coordinate representation of color #155059: hue angle of 187.94º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155059 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 80 | 89 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.65 |
| HSL | 187.94º | 0.62% | 0.22% | - |
| HSV(B) | 187.94º | 0.76% | 0.35% | - |
| XYZ | 4.98 | 6.62 | 10.47 | - |
| YUV | 63.39 | 142.45 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 89 | 0.76 | 0.10 | 0 | 0.65 | 187.94 | 0.62 | 0.22 |
| Hex | 15 | 50 | 59 | 4C | A | 0 | 41 | BC | 3E | 16 |
| Octal | 25 | 120 | 131 | 114 | 12 | 0 | 101 | 274 | 76 | 26 |
| Binary | 10101 | 1010000 | 1011001 | 1001100 | 1010 | 0 | 1000001 | 10111100 | 111110 | 10110 |
Color Harmonies of #155059
Complementary color
Monochromatic Colors of #155059
Black with #155059
Text Example
Text Example
White with #155059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155059; }
p { color: rgb(21,80,89); }
H1.HeaderClassName
{
color: #155059;
}
.AnyTagClassName
{
color: #155059;
}
</style>
background-color css
<style>
a { background-color: #155059; }
a { background-color: rgb(21,80,89); }
div.DivClassName
{
background-color: #155059;
}
.BgClassName
{
background-color: #155059;
}
</style>
border-color css
<style>
span { border-color: #155059; }
span { border-color: rgb(21,80,89); }
td.TdClassName
{
border-color: #155059;
}
.TagClassName
{
border-color: #155059;
}
</style>