Shades of Deep Teal #155548
Tints of Deep Teal #155548
RGB
CMYK
RGB Variations
Color information
#155548 (or 0x155548) is known color: Deep Teal. HEX triplet: 15, 55 and 48. RGB value is (21,85,72). Sum of RGB (Red+Green+Blue) = 21+85+72=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #155548 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155548 is #EAAAB7. Grayscale: #404040. Windows color (decimal): -15379128 or 4740373. OLE color: 4740373.
HSL color Cylindrical-coordinate representation of color #155548: hue angle of 167.81º 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 #155548 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 85 | 72 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.67 |
| HSL | 167.81º | 0.6% | 0.21% | - |
| HSV(B) | 167.81º | 0.75% | 0.33% | - |
| XYZ | 4.73 | 7.12 | 7.26 | - |
| YUV | 64.38 | 132.3 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 72 | 0.75 | 0 | 0.15 | 0.67 | 167.81 | 0.6 | 0.21 |
| Hex | 15 | 55 | 48 | 4B | 0 | F | 43 | A8 | 3C | 15 |
| Octal | 25 | 125 | 110 | 113 | 0 | 17 | 103 | 250 | 74 | 25 |
| Binary | 10101 | 1010101 | 1001000 | 1001011 | 0 | 1111 | 1000011 | 10101000 | 111100 | 10101 |
Color Harmonies of #155548
Complementary color
Monochromatic Colors of #155548
Black with #155548
Text Example
Text Example
White with #155548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155548; }
p { color: rgb(21,85,72); }
H1.HeaderClassName
{
color: #155548;
}
.AnyTagClassName
{
color: #155548;
}
</style>
background-color css
<style>
a { background-color: #155548; }
a { background-color: rgb(21,85,72); }
div.DivClassName
{
background-color: #155548;
}
.BgClassName
{
background-color: #155548;
}
</style>
border-color css
<style>
span { border-color: #155548; }
span { border-color: rgb(21,85,72); }
td.TdClassName
{
border-color: #155548;
}
.TagClassName
{
border-color: #155548;
}
</style>