Shades of Deep Teal #154540
Tints of Deep Teal #154540
RGB
CMYK
RGB Variations
Color information
#154540 (or 0x154540) is known color: Deep Teal. HEX triplet: 15, 45 and 40. RGB value is (21,69,64). Sum of RGB (Red+Green+Blue) = 21+69+64=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 69 - color contains mainly: green. Hex color #154540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154540 is #EABABF. Grayscale: #363636. Windows color (decimal): -15383232 or 4211989. OLE color: 4211989.
HSL color Cylindrical-coordinate representation of color #154540: hue angle of 173.75º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #154540 is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 69 | 64 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.73 |
| HSL | 173.75º | 0.53% | 0.18% | - |
| HSV(B) | 173.75º | 0.7% | 0.27% | - |
| XYZ | 3.36 | 4.79 | 5.6 | - |
| YUV | 54.08 | 133.6 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 69 | 64 | 0.70 | 0 | 0.07 | 0.73 | 173.75 | 0.53 | 0.18 |
| Hex | 15 | 45 | 40 | 46 | 0 | 7 | 49 | AE | 35 | 12 |
| Octal | 25 | 105 | 100 | 106 | 0 | 7 | 111 | 256 | 65 | 22 |
| Binary | 10101 | 1000101 | 1000000 | 1000110 | 0 | 111 | 1001001 | 10101110 | 110101 | 10010 |
Color Harmonies of #154540
Complementary color
Monochromatic Colors of #154540
Black with #154540
Text Example
Text Example
White with #154540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154540; }
p { color: rgb(21,69,64); }
H1.HeaderClassName
{
color: #154540;
}
.AnyTagClassName
{
color: #154540;
}
</style>
background-color css
<style>
a { background-color: #154540; }
a { background-color: rgb(21,69,64); }
div.DivClassName
{
background-color: #154540;
}
.BgClassName
{
background-color: #154540;
}
</style>
border-color css
<style>
span { border-color: #154540; }
span { border-color: rgb(21,69,64); }
td.TdClassName
{
border-color: #154540;
}
.TagClassName
{
border-color: #154540;
}
</style>