Shades of Deep Teal #155143
Tints of Deep Teal #155143
RGB
CMYK
RGB Variations
Color information
#155143 (or 0x155143) is known color: Deep Teal. HEX triplet: 15, 51 and 43. RGB value is (21,81,67). Sum of RGB (Red+Green+Blue) = 21+81+67=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 81 (32.03% from 255 or 47.93% from 169); Blue value is 67 (26.56% from 255 or 39.64% from 169); Max value from RGB is 81 - color contains mainly: green. Hex color #155143 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155143 is #EAAEBC. Grayscale: #3D3D3D. Windows color (decimal): -15380157 or 4411669. OLE color: 4411669.
HSL color Cylindrical-coordinate representation of color #155143: hue angle of 166º 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 #155143 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 81 | 67 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.68 |
| HSL | 166º | 0.59% | 0.2% | - |
| HSV(B) | 166º | 0.74% | 0.32% | - |
| XYZ | 4.26 | 6.45 | 6.33 | - |
| YUV | 61.46 | 131.12 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 81 | 67 | 0.74 | 0 | 0.17 | 0.68 | 166 | 0.59 | 0.2 |
| Hex | 15 | 51 | 43 | 4A | 0 | 11 | 44 | A6 | 3B | 14 |
| Octal | 25 | 121 | 103 | 112 | 0 | 21 | 104 | 246 | 73 | 24 |
| Binary | 10101 | 1010001 | 1000011 | 1001010 | 0 | 10001 | 1000100 | 10100110 | 111011 | 10100 |
Color Harmonies of #155143
Complementary color
Monochromatic Colors of #155143
Black with #155143
Text Example
Text Example
White with #155143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155143; }
p { color: rgb(21,81,67); }
H1.HeaderClassName
{
color: #155143;
}
.AnyTagClassName
{
color: #155143;
}
</style>
background-color css
<style>
a { background-color: #155143; }
a { background-color: rgb(21,81,67); }
div.DivClassName
{
background-color: #155143;
}
.BgClassName
{
background-color: #155143;
}
</style>
border-color css
<style>
span { border-color: #155143; }
span { border-color: rgb(21,81,67); }
td.TdClassName
{
border-color: #155143;
}
.TagClassName
{
border-color: #155143;
}
</style>