Shades of Deep Teal #155543
Tints of Deep Teal #155543
RGB
CMYK
RGB Variations
Color information
#155543 (or 0x155543) is known color: Deep Teal. HEX triplet: 15, 55 and 43. RGB value is (21,85,67). Sum of RGB (Red+Green+Blue) = 21+85+67=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 67 (26.56% from 255 or 38.73% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #155543 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155543 is #EAAABC. Grayscale: #3F3F3F. Windows color (decimal): -15379133 or 4412693. OLE color: 4412693.
HSL color Cylindrical-coordinate representation of color #155543: hue angle of 163.12º 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 #155543 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 85 | 67 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.67 |
| HSL | 163.13º | 0.6% | 0.21% | - |
| HSV(B) | 163.13º | 0.75% | 0.33% | - |
| XYZ | 4.57 | 7.06 | 6.43 | - |
| YUV | 63.81 | 129.8 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 67 | 0.75 | 0 | 0.21 | 0.67 | 163.13 | 0.6 | 0.21 |
| Hex | 15 | 55 | 43 | 4B | 0 | 15 | 43 | A3 | 3C | 15 |
| Octal | 25 | 125 | 103 | 113 | 0 | 25 | 103 | 243 | 74 | 25 |
| Binary | 10101 | 1010101 | 1000011 | 1001011 | 0 | 10101 | 1000011 | 10100011 | 111100 | 10101 |
Color Harmonies of #155543
Complementary color
Monochromatic Colors of #155543
Black with #155543
Text Example
Text Example
White with #155543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155543; }
p { color: rgb(21,85,67); }
H1.HeaderClassName
{
color: #155543;
}
.AnyTagClassName
{
color: #155543;
}
</style>
background-color css
<style>
a { background-color: #155543; }
a { background-color: rgb(21,85,67); }
div.DivClassName
{
background-color: #155543;
}
.BgClassName
{
background-color: #155543;
}
</style>
border-color css
<style>
span { border-color: #155543; }
span { border-color: rgb(21,85,67); }
td.TdClassName
{
border-color: #155543;
}
.TagClassName
{
border-color: #155543;
}
</style>