Shades of Teal Blue #154F5A
Tints of Teal Blue #154F5A
RGB
CMYK
RGB Variations
Color information
#154F5A (or 0x154F5A) is known color: Teal Blue. HEX triplet: 15, 4F and 5A. RGB value is (21,79,90). Sum of RGB (Red+Green+Blue) = 21+79+90=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #154F5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154F5A is #EAB0A5. Grayscale: #3E3E3E. Windows color (decimal): -15380646 or 5918485. OLE color: 5918485.
HSL color Cylindrical-coordinate representation of color #154F5A: hue angle of 189.57º 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 #154F5A is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 79 | 90 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.65 |
| HSL | 189.57º | 0.62% | 0.22% | - |
| HSV(B) | 189.57º | 0.77% | 0.35% | - |
| XYZ | 4.95 | 6.49 | 10.66 | - |
| YUV | 62.91 | 143.28 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 79 | 90 | 0.77 | 0.12 | 0 | 0.65 | 189.57 | 0.62 | 0.22 |
| Hex | 15 | 4F | 5A | 4D | C | 0 | 41 | BE | 3E | 16 |
| Octal | 25 | 117 | 132 | 115 | 14 | 0 | 101 | 276 | 76 | 26 |
| Binary | 10101 | 1001111 | 1011010 | 1001101 | 1100 | 0 | 1000001 | 10111110 | 111110 | 10110 |
Color Harmonies of #154F5A
Complementary color
Monochromatic Colors of #154F5A
Black with #154F5A
Text Example
Text Example
White with #154F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154F5A; }
p { color: rgb(21,79,90); }
H1.HeaderClassName
{
color: #154F5A;
}
.AnyTagClassName
{
color: #154F5A;
}
</style>
background-color css
<style>
a { background-color: #154F5A; }
a { background-color: rgb(21,79,90); }
div.DivClassName
{
background-color: #154F5A;
}
.BgClassName
{
background-color: #154F5A;
}
</style>
border-color css
<style>
span { border-color: #154F5A; }
span { border-color: rgb(21,79,90); }
td.TdClassName
{
border-color: #154F5A;
}
.TagClassName
{
border-color: #154F5A;
}
</style>