Shades of Teal Blue #154954
Tints of Teal Blue #154954
RGB
CMYK
RGB Variations
Color information
#154954 (or 0x154954) is known color: Teal Blue. HEX triplet: 15, 49 and 54. RGB value is (21,73,84). Sum of RGB (Red+Green+Blue) = 21+73+84=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 84 (33.20% from 255 or 47.19% from 178); Max value from RGB is 84 - color contains mainly: blue. Hex color #154954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154954 is #EAB6AB. Grayscale: #3A3A3A. Windows color (decimal): -15382188 or 5523733. OLE color: 5523733.
HSL color Cylindrical-coordinate representation of color #154954: hue angle of 190.48º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #154954 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 73 | 84 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.67 |
| HSL | 190.48º | 0.6% | 0.21% | - |
| HSV(B) | 190.48º | 0.75% | 0.33% | - |
| XYZ | 4.29 | 5.56 | 9.24 | - |
| YUV | 58.71 | 142.27 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 73 | 84 | 0.75 | 0.13 | 0 | 0.67 | 190.48 | 0.6 | 0.21 |
| Hex | 15 | 49 | 54 | 4B | D | 0 | 43 | BE | 3C | 15 |
| Octal | 25 | 111 | 124 | 113 | 15 | 0 | 103 | 276 | 74 | 25 |
| Binary | 10101 | 1001001 | 1010100 | 1001011 | 1101 | 0 | 1000011 | 10111110 | 111100 | 10101 |
Color Harmonies of #154954
Complementary color
Monochromatic Colors of #154954
Black with #154954
Text Example
Text Example
White with #154954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154954; }
p { color: rgb(21,73,84); }
H1.HeaderClassName
{
color: #154954;
}
.AnyTagClassName
{
color: #154954;
}
</style>
background-color css
<style>
a { background-color: #154954; }
a { background-color: rgb(21,73,84); }
div.DivClassName
{
background-color: #154954;
}
.BgClassName
{
background-color: #154954;
}
</style>
border-color css
<style>
span { border-color: #154954; }
span { border-color: rgb(21,73,84); }
td.TdClassName
{
border-color: #154954;
}
.TagClassName
{
border-color: #154954;
}
</style>