Shades of Teal Blue #154651
Tints of Teal Blue #154651
RGB
CMYK
RGB Variations
Color information
#154651 (or 0x154651) is known color: Teal Blue. HEX triplet: 15, 46 and 51. RGB value is (21,70,81). Sum of RGB (Red+Green+Blue) = 21+70+81=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 81 - color contains mainly: blue. Hex color #154651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154651 is #EAB9AE. Grayscale: #383838. Windows color (decimal): -15382959 or 5326357. OLE color: 5326357.
HSL color Cylindrical-coordinate representation of color #154651: hue angle of 191º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #154651 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 70 | 81 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.68 |
| HSL | 191º | 0.59% | 0.2% | - |
| HSV(B) | 191º | 0.74% | 0.32% | - |
| XYZ | 3.98 | 5.13 | 8.57 | - |
| YUV | 56.6 | 141.77 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 81 | 0.74 | 0.14 | 0 | 0.68 | 191 | 0.59 | 0.2 |
| Hex | 15 | 46 | 51 | 4A | E | 0 | 44 | BF | 3B | 14 |
| Octal | 25 | 106 | 121 | 112 | 16 | 0 | 104 | 277 | 73 | 24 |
| Binary | 10101 | 1000110 | 1010001 | 1001010 | 1110 | 0 | 1000100 | 10111111 | 111011 | 10100 |
Color Harmonies of #154651
Complementary color
Monochromatic Colors of #154651
Black with #154651
Text Example
Text Example
White with #154651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154651; }
p { color: rgb(21,70,81); }
H1.HeaderClassName
{
color: #154651;
}
.AnyTagClassName
{
color: #154651;
}
</style>
background-color css
<style>
a { background-color: #154651; }
a { background-color: rgb(21,70,81); }
div.DivClassName
{
background-color: #154651;
}
.BgClassName
{
background-color: #154651;
}
</style>
border-color css
<style>
span { border-color: #154651; }
span { border-color: rgb(21,70,81); }
td.TdClassName
{
border-color: #154651;
}
.TagClassName
{
border-color: #154651;
}
</style>