Shades of Teal Blue #154E5A
Tints of Teal Blue #154E5A
RGB
CMYK
RGB Variations
Color information
#154E5A (or 0x154E5A) is known color: Teal Blue. HEX triplet: 15, 4E and 5A. RGB value is (21,78,90). Sum of RGB (Red+Green+Blue) = 21+78+90=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 90 - color contains mainly: blue. Hex color #154E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154E5A is #EAB1A5. Grayscale: #3E3E3E. Windows color (decimal): -15380902 or 5918229. OLE color: 5918229.
HSL color Cylindrical-coordinate representation of color #154E5A: hue angle of 190.43º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #154E5A is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 78 | 90 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.65 |
| HSL | 190.43º | 0.62% | 0.22% | - |
| HSV(B) | 190.43º | 0.77% | 0.35% | - |
| XYZ | 4.88 | 6.35 | 10.64 | - |
| YUV | 62.33 | 143.62 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 90 | 0.77 | 0.13 | 0 | 0.65 | 190.43 | 0.62 | 0.22 |
| Hex | 15 | 4E | 5A | 4D | D | 0 | 41 | BE | 3E | 16 |
| Octal | 25 | 116 | 132 | 115 | 15 | 0 | 101 | 276 | 76 | 26 |
| Binary | 10101 | 1001110 | 1011010 | 1001101 | 1101 | 0 | 1000001 | 10111110 | 111110 | 10110 |
Color Harmonies of #154E5A
Complementary color
Monochromatic Colors of #154E5A
Black with #154E5A
Text Example
Text Example
White with #154E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154E5A; }
p { color: rgb(21,78,90); }
H1.HeaderClassName
{
color: #154E5A;
}
.AnyTagClassName
{
color: #154E5A;
}
</style>
background-color css
<style>
a { background-color: #154E5A; }
a { background-color: rgb(21,78,90); }
div.DivClassName
{
background-color: #154E5A;
}
.BgClassName
{
background-color: #154E5A;
}
</style>
border-color css
<style>
span { border-color: #154E5A; }
span { border-color: rgb(21,78,90); }
td.TdClassName
{
border-color: #154E5A;
}
.TagClassName
{
border-color: #154E5A;
}
</style>