Shades of Teal Blue #154D5B
Tints of Teal Blue #154D5B
RGB
CMYK
RGB Variations
Color information
#154D5B (or 0x154D5B) is known color: Teal Blue. HEX triplet: 15, 4D and 5B. RGB value is (21,77,91). Sum of RGB (Red+Green+Blue) = 21+77+91=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 77 (30.47% from 255 or 40.74% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #154D5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154D5B is #EAB2A4. Grayscale: #3D3D3D. Windows color (decimal): -15381157 or 5983509. OLE color: 5983509.
HSL color Cylindrical-coordinate representation of color #154D5B: hue angle of 192º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #154D5B is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 77 | 91 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.64 |
| HSL | 192º | 0.63% | 0.22% | - |
| HSV(B) | 192º | 0.77% | 0.36% | - |
| XYZ | 4.85 | 6.22 | 10.84 | - |
| YUV | 61.85 | 144.45 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 91 | 0.77 | 0.15 | 0 | 0.64 | 192 | 0.63 | 0.22 |
| Hex | 15 | 4D | 5B | 4D | F | 0 | 40 | C0 | 3E | 16 |
| Octal | 25 | 115 | 133 | 115 | 17 | 0 | 100 | 300 | 76 | 26 |
| Binary | 10101 | 1001101 | 1011011 | 1001101 | 1111 | 0 | 1000000 | 11000000 | 111110 | 10110 |
Color Harmonies of #154D5B
Complementary color
Monochromatic Colors of #154D5B
Black with #154D5B
Text Example
Text Example
White with #154D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154D5B; }
p { color: rgb(21,77,91); }
H1.HeaderClassName
{
color: #154D5B;
}
.AnyTagClassName
{
color: #154D5B;
}
</style>
background-color css
<style>
a { background-color: #154D5B; }
a { background-color: rgb(21,77,91); }
div.DivClassName
{
background-color: #154D5B;
}
.BgClassName
{
background-color: #154D5B;
}
</style>
border-color css
<style>
span { border-color: #154D5B; }
span { border-color: rgb(21,77,91); }
td.TdClassName
{
border-color: #154D5B;
}
.TagClassName
{
border-color: #154D5B;
}
</style>