Shades of Deep Teal #154139
Tints of Deep Teal #154139
RGB
CMYK
RGB Variations
Color information
#154139 (or 0x154139) is known color: Deep Teal. HEX triplet: 15, 41 and 39. RGB value is (21,65,57). Sum of RGB (Red+Green+Blue) = 21+65+57=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 57 (22.66% from 255 or 39.86% from 143); Max value from RGB is 65 - color contains mainly: green. Hex color #154139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154139 is #EABEC6. Grayscale: #323232. Windows color (decimal): -15384263 or 3752213. OLE color: 3752213.
HSL color Cylindrical-coordinate representation of color #154139: hue angle of 169.09º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #154139 is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 65 | 57 | - |
| CMYK | 0.68 | 0 | 0.12 | 0.75 |
| HSL | 169.09º | 0.51% | 0.17% | - |
| HSV(B) | 169.09º | 0.68% | 0.25% | - |
| XYZ | 2.94 | 4.24 | 4.53 | - |
| YUV | 50.93 | 131.42 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 65 | 57 | 0.68 | 0 | 0.12 | 0.75 | 169.09 | 0.51 | 0.17 |
| Hex | 15 | 41 | 39 | 44 | 0 | C | 4B | A9 | 33 | 11 |
| Octal | 25 | 101 | 71 | 104 | 0 | 14 | 113 | 251 | 63 | 21 |
| Binary | 10101 | 1000001 | 111001 | 1000100 | 0 | 1100 | 1001011 | 10101001 | 110011 | 10001 |
Color Harmonies of #154139
Complementary color
Monochromatic Colors of #154139
Black with #154139
Text Example
Text Example
White with #154139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154139; }
p { color: rgb(21,65,57); }
H1.HeaderClassName
{
color: #154139;
}
.AnyTagClassName
{
color: #154139;
}
</style>
background-color css
<style>
a { background-color: #154139; }
a { background-color: rgb(21,65,57); }
div.DivClassName
{
background-color: #154139;
}
.BgClassName
{
background-color: #154139;
}
</style>
border-color css
<style>
span { border-color: #154139; }
span { border-color: rgb(21,65,57); }
td.TdClassName
{
border-color: #154139;
}
.TagClassName
{
border-color: #154139;
}
</style>