Shades of Deep Teal #155144
Tints of Deep Teal #155144
RGB
CMYK
RGB Variations
Color information
#155144 (or 0x155144) is known color: Deep Teal. HEX triplet: 15, 51 and 44. RGB value is (21,81,68). Sum of RGB (Red+Green+Blue) = 21+81+68=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 81 - color contains mainly: green. Hex color #155144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155144 is #EAAEBB. Grayscale: #3D3D3D. Windows color (decimal): -15380156 or 4477205. OLE color: 4477205.
HSL color Cylindrical-coordinate representation of color #155144: hue angle of 167º 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 #155144 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 81 | 68 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.68 |
| HSL | 167º | 0.59% | 0.2% | - |
| HSV(B) | 167º | 0.74% | 0.32% | - |
| XYZ | 4.3 | 6.46 | 6.49 | - |
| YUV | 61.58 | 131.62 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 81 | 68 | 0.74 | 0 | 0.16 | 0.68 | 167 | 0.59 | 0.2 |
| Hex | 15 | 51 | 44 | 4A | 0 | 10 | 44 | A7 | 3B | 14 |
| Octal | 25 | 121 | 104 | 112 | 0 | 20 | 104 | 247 | 73 | 24 |
| Binary | 10101 | 1010001 | 1000100 | 1001010 | 0 | 10000 | 1000100 | 10100111 | 111011 | 10100 |
Color Harmonies of #155144
Complementary color
Monochromatic Colors of #155144
Black with #155144
Text Example
Text Example
White with #155144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155144; }
p { color: rgb(21,81,68); }
H1.HeaderClassName
{
color: #155144;
}
.AnyTagClassName
{
color: #155144;
}
</style>
background-color css
<style>
a { background-color: #155144; }
a { background-color: rgb(21,81,68); }
div.DivClassName
{
background-color: #155144;
}
.BgClassName
{
background-color: #155144;
}
</style>
border-color css
<style>
span { border-color: #155144; }
span { border-color: rgb(21,81,68); }
td.TdClassName
{
border-color: #155144;
}
.TagClassName
{
border-color: #155144;
}
</style>