Shades of Teal Blue #154D59
Tints of Teal Blue #154D59
RGB
CMYK
RGB Variations
Color information
#154D59 (or 0x154D59) is known color: Teal Blue. HEX triplet: 15, 4D and 59. RGB value is (21,77,89). Sum of RGB (Red+Green+Blue) = 21+77+89=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #154D59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154D59 is #EAB2A6. Grayscale: #3D3D3D. Windows color (decimal): -15381159 or 5852437. OLE color: 5852437.
HSL color Cylindrical-coordinate representation of color #154D59: hue angle of 190.59º 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 #154D59 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 77 | 89 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.65 |
| HSL | 190.59º | 0.62% | 0.22% | - |
| HSV(B) | 190.59º | 0.76% | 0.35% | - |
| XYZ | 4.77 | 6.19 | 10.39 | - |
| YUV | 61.62 | 143.45 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 89 | 0.76 | 0.13 | 0 | 0.65 | 190.59 | 0.62 | 0.22 |
| Hex | 15 | 4D | 59 | 4C | D | 0 | 41 | BF | 3E | 16 |
| Octal | 25 | 115 | 131 | 114 | 15 | 0 | 101 | 277 | 76 | 26 |
| Binary | 10101 | 1001101 | 1011001 | 1001100 | 1101 | 0 | 1000001 | 10111111 | 111110 | 10110 |
Color Harmonies of #154D59
Complementary color
Monochromatic Colors of #154D59
Black with #154D59
Text Example
Text Example
White with #154D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154D59; }
p { color: rgb(21,77,89); }
H1.HeaderClassName
{
color: #154D59;
}
.AnyTagClassName
{
color: #154D59;
}
</style>
background-color css
<style>
a { background-color: #154D59; }
a { background-color: rgb(21,77,89); }
div.DivClassName
{
background-color: #154D59;
}
.BgClassName
{
background-color: #154D59;
}
</style>
border-color css
<style>
span { border-color: #154D59; }
span { border-color: rgb(21,77,89); }
td.TdClassName
{
border-color: #154D59;
}
.TagClassName
{
border-color: #154D59;
}
</style>