Shades of Deep Teal #154038
Tints of Deep Teal #154038
RGB
CMYK
RGB Variations
Color information
#154038 (or 0x154038) is known color: Deep Teal. HEX triplet: 15, 40 and 38. RGB value is (21,64,56). Sum of RGB (Red+Green+Blue) = 21+64+56=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 64 - color contains mainly: green. Hex color #154038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154038 is #EABFC7. Grayscale: #323232. Windows color (decimal): -15384520 or 3686421. OLE color: 3686421.
HSL color Cylindrical-coordinate representation of color #154038: hue angle of 168.84º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #154038 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 64 | 56 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.75 |
| HSL | 168.84º | 0.51% | 0.17% | - |
| HSV(B) | 168.84º | 0.67% | 0.25% | - |
| XYZ | 2.86 | 4.11 | 4.38 | - |
| YUV | 50.23 | 131.25 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 64 | 56 | 0.67 | 0 | 0.13 | 0.75 | 168.84 | 0.51 | 0.17 |
| Hex | 15 | 40 | 38 | 43 | 0 | D | 4B | A9 | 33 | 11 |
| Octal | 25 | 100 | 70 | 103 | 0 | 15 | 113 | 251 | 63 | 21 |
| Binary | 10101 | 1000000 | 111000 | 1000011 | 0 | 1101 | 1001011 | 10101001 | 110011 | 10001 |
Color Harmonies of #154038
Complementary color
Monochromatic Colors of #154038
Black with #154038
Text Example
Text Example
White with #154038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154038; }
p { color: rgb(21,64,56); }
H1.HeaderClassName
{
color: #154038;
}
.AnyTagClassName
{
color: #154038;
}
</style>
background-color css
<style>
a { background-color: #154038; }
a { background-color: rgb(21,64,56); }
div.DivClassName
{
background-color: #154038;
}
.BgClassName
{
background-color: #154038;
}
</style>
border-color css
<style>
span { border-color: #154038; }
span { border-color: rgb(21,64,56); }
td.TdClassName
{
border-color: #154038;
}
.TagClassName
{
border-color: #154038;
}
</style>