Shades of Teal Blue #154652
Tints of Teal Blue #154652
RGB
CMYK
RGB Variations
Color information
#154652 (or 0x154652) is known color: Teal Blue. HEX triplet: 15, 46 and 52. RGB value is (21,70,82). Sum of RGB (Red+Green+Blue) = 21+70+82=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 82 (32.42% from 255 or 47.40% from 173); Max value from RGB is 82 - color contains mainly: blue. Hex color #154652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154652 is #EAB9AD. Grayscale: #383838. Windows color (decimal): -15382958 or 5391893. OLE color: 5391893.
HSL color Cylindrical-coordinate representation of color #154652: hue angle of 191.8º 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 #154652 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 70 | 82 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.68 |
| HSL | 191.8º | 0.59% | 0.2% | - |
| HSV(B) | 191.8º | 0.74% | 0.32% | - |
| XYZ | 4.02 | 5.15 | 8.76 | - |
| YUV | 56.72 | 142.27 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 82 | 0.74 | 0.15 | 0 | 0.68 | 191.8 | 0.59 | 0.2 |
| Hex | 15 | 46 | 52 | 4A | F | 0 | 44 | C0 | 3B | 14 |
| Octal | 25 | 106 | 122 | 112 | 17 | 0 | 104 | 300 | 73 | 24 |
| Binary | 10101 | 1000110 | 1010010 | 1001010 | 1111 | 0 | 1000100 | 11000000 | 111011 | 10100 |
Color Harmonies of #154652
Complementary color
Monochromatic Colors of #154652
Black with #154652
Text Example
Text Example
White with #154652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154652; }
p { color: rgb(21,70,82); }
H1.HeaderClassName
{
color: #154652;
}
.AnyTagClassName
{
color: #154652;
}
</style>
background-color css
<style>
a { background-color: #154652; }
a { background-color: rgb(21,70,82); }
div.DivClassName
{
background-color: #154652;
}
.BgClassName
{
background-color: #154652;
}
</style>
border-color css
<style>
span { border-color: #154652; }
span { border-color: rgb(21,70,82); }
td.TdClassName
{
border-color: #154652;
}
.TagClassName
{
border-color: #154652;
}
</style>