Shades of Teal Blue #154654
Tints of Teal Blue #154654
RGB
CMYK
RGB Variations
Color information
#154654 (or 0x154654) is known color: Teal Blue. HEX triplet: 15, 46 and 54. RGB value is (21,70,84). Sum of RGB (Red+Green+Blue) = 21+70+84=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 84 - color contains mainly: blue. Hex color #154654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154654 is #EAB9AB. Grayscale: #383838. Windows color (decimal): -15382956 or 5522965. OLE color: 5522965.
HSL color Cylindrical-coordinate representation of color #154654: hue angle of 193.33º 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 #154654 is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 70 | 84 | - |
| CMYK | 0.75 | 0.17 | 0 | 0.67 |
| HSL | 193.33º | 0.6% | 0.21% | - |
| HSV(B) | 193.33º | 0.75% | 0.33% | - |
| XYZ | 4.1 | 5.18 | 9.17 | - |
| YUV | 56.95 | 143.27 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 84 | 0.75 | 0.17 | 0 | 0.67 | 193.33 | 0.6 | 0.21 |
| Hex | 15 | 46 | 54 | 4B | 11 | 0 | 43 | C1 | 3C | 15 |
| Octal | 25 | 106 | 124 | 113 | 21 | 0 | 103 | 301 | 74 | 25 |
| Binary | 10101 | 1000110 | 1010100 | 1001011 | 10001 | 0 | 1000011 | 11000001 | 111100 | 10101 |
Color Harmonies of #154654
Complementary color
Monochromatic Colors of #154654
Black with #154654
Text Example
Text Example
White with #154654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154654; }
p { color: rgb(21,70,84); }
H1.HeaderClassName
{
color: #154654;
}
.AnyTagClassName
{
color: #154654;
}
</style>
background-color css
<style>
a { background-color: #154654; }
a { background-color: rgb(21,70,84); }
div.DivClassName
{
background-color: #154654;
}
.BgClassName
{
background-color: #154654;
}
</style>
border-color css
<style>
span { border-color: #154654; }
span { border-color: rgb(21,70,84); }
td.TdClassName
{
border-color: #154654;
}
.TagClassName
{
border-color: #154654;
}
</style>