Shades of Teal Blue #154853
Tints of Teal Blue #154853
RGB
CMYK
RGB Variations
Color information
#154853 (or 0x154853) is known color: Teal Blue. HEX triplet: 15, 48 and 53. RGB value is (21,72,83). Sum of RGB (Red+Green+Blue) = 21+72+83=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 83 (32.81% from 255 or 47.16% from 176); Max value from RGB is 83 - color contains mainly: blue. Hex color #154853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154853 is #EAB7AC. Grayscale: #393939. Windows color (decimal): -15382445 or 5457941. OLE color: 5457941.
HSL color Cylindrical-coordinate representation of color #154853: hue angle of 190.65º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #154853 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 72 | 83 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.67 |
| HSL | 190.65º | 0.6% | 0.2% | - |
| HSV(B) | 190.65º | 0.75% | 0.33% | - |
| XYZ | 4.19 | 5.42 | 9.01 | - |
| YUV | 58.01 | 142.1 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 72 | 83 | 0.75 | 0.13 | 0 | 0.67 | 190.65 | 0.6 | 0.2 |
| Hex | 15 | 48 | 53 | 4B | D | 0 | 43 | BF | 3C | 14 |
| Octal | 25 | 110 | 123 | 113 | 15 | 0 | 103 | 277 | 74 | 24 |
| Binary | 10101 | 1001000 | 1010011 | 1001011 | 1101 | 0 | 1000011 | 10111111 | 111100 | 10100 |
Color Harmonies of #154853
Complementary color
Monochromatic Colors of #154853
Black with #154853
Text Example
Text Example
White with #154853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154853; }
p { color: rgb(21,72,83); }
H1.HeaderClassName
{
color: #154853;
}
.AnyTagClassName
{
color: #154853;
}
</style>
background-color css
<style>
a { background-color: #154853; }
a { background-color: rgb(21,72,83); }
div.DivClassName
{
background-color: #154853;
}
.BgClassName
{
background-color: #154853;
}
</style>
border-color css
<style>
span { border-color: #154853; }
span { border-color: rgb(21,72,83); }
td.TdClassName
{
border-color: #154853;
}
.TagClassName
{
border-color: #154853;
}
</style>