Shades of Teal Blue #154955
Tints of Teal Blue #154955
RGB
CMYK
RGB Variations
Color information
#154955 (or 0x154955) is known color: Teal Blue. HEX triplet: 15, 49 and 55. RGB value is (21,73,85). Sum of RGB (Red+Green+Blue) = 21+73+85=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #154955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154955 is #EAB6AA. Grayscale: #3A3A3A. Windows color (decimal): -15382187 or 5589269. OLE color: 5589269.
HSL color Cylindrical-coordinate representation of color #154955: hue angle of 191.25º 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 #154955 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 73 | 85 | - |
| CMYK | 0.75 | 0.14 | 0 | 0.67 |
| HSL | 191.25º | 0.6% | 0.21% | - |
| HSV(B) | 191.25º | 0.75% | 0.33% | - |
| XYZ | 4.33 | 5.58 | 9.44 | - |
| YUV | 58.82 | 142.77 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 73 | 85 | 0.75 | 0.14 | 0 | 0.67 | 191.25 | 0.6 | 0.21 |
| Hex | 15 | 49 | 55 | 4B | E | 0 | 43 | BF | 3C | 15 |
| Octal | 25 | 111 | 125 | 113 | 16 | 0 | 103 | 277 | 74 | 25 |
| Binary | 10101 | 1001001 | 1010101 | 1001011 | 1110 | 0 | 1000011 | 10111111 | 111100 | 10101 |
Color Harmonies of #154955
Complementary color
Monochromatic Colors of #154955
Black with #154955
Text Example
Text Example
White with #154955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154955; }
p { color: rgb(21,73,85); }
H1.HeaderClassName
{
color: #154955;
}
.AnyTagClassName
{
color: #154955;
}
</style>
background-color css
<style>
a { background-color: #154955; }
a { background-color: rgb(21,73,85); }
div.DivClassName
{
background-color: #154955;
}
.BgClassName
{
background-color: #154955;
}
</style>
border-color css
<style>
span { border-color: #154955; }
span { border-color: rgb(21,73,85); }
td.TdClassName
{
border-color: #154955;
}
.TagClassName
{
border-color: #154955;
}
</style>