Shades of Teal Blue #154B5A
Tints of Teal Blue #154B5A
RGB
CMYK
RGB Variations
Color information
#154B5A (or 0x154B5A) is known color: Teal Blue. HEX triplet: 15, 4B and 5A. RGB value is (21,75,90). Sum of RGB (Red+Green+Blue) = 21+75+90=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: blue. Hex color #154B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154B5A is #EAB4A5. Grayscale: #3C3C3C. Windows color (decimal): -15381670 or 5917461. OLE color: 5917461.
HSL color Cylindrical-coordinate representation of color #154B5A: hue angle of 193.04º 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 #154B5A is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 75 | 90 | - |
| CMYK | 0.77 | 0.17 | 0 | 0.65 |
| HSL | 193.04º | 0.62% | 0.22% | - |
| HSV(B) | 193.04º | 0.77% | 0.35% | - |
| XYZ | 4.67 | 5.93 | 10.57 | - |
| YUV | 60.56 | 144.61 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 75 | 90 | 0.77 | 0.17 | 0 | 0.65 | 193.04 | 0.62 | 0.22 |
| Hex | 15 | 4B | 5A | 4D | 11 | 0 | 41 | C1 | 3E | 16 |
| Octal | 25 | 113 | 132 | 115 | 21 | 0 | 101 | 301 | 76 | 26 |
| Binary | 10101 | 1001011 | 1011010 | 1001101 | 10001 | 0 | 1000001 | 11000001 | 111110 | 10110 |
Color Harmonies of #154B5A
Complementary color
Monochromatic Colors of #154B5A
Black with #154B5A
Text Example
Text Example
White with #154B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154B5A; }
p { color: rgb(21,75,90); }
H1.HeaderClassName
{
color: #154B5A;
}
.AnyTagClassName
{
color: #154B5A;
}
</style>
background-color css
<style>
a { background-color: #154B5A; }
a { background-color: rgb(21,75,90); }
div.DivClassName
{
background-color: #154B5A;
}
.BgClassName
{
background-color: #154B5A;
}
</style>
border-color css
<style>
span { border-color: #154B5A; }
span { border-color: rgb(21,75,90); }
td.TdClassName
{
border-color: #154B5A;
}
.TagClassName
{
border-color: #154B5A;
}
</style>