Shades of Deep Teal #154238
Tints of Deep Teal #154238
RGB
CMYK
RGB Variations
Color information
#154238 (or 0x154238) is known color: Deep Teal. HEX triplet: 15, 42 and 38. RGB value is (21,66,56). Sum of RGB (Red+Green+Blue) = 21+66+56=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 66 (26.17% from 255 or 46.15% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 66 - color contains mainly: green. Hex color #154238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154238 is #EABDC7. Grayscale: #333333. Windows color (decimal): -15384008 or 3686933. OLE color: 3686933.
HSL color Cylindrical-coordinate representation of color #154238: hue angle of 166.67º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #154238 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 21 | 66 | 56 | - |
| CMYK | 0.68 | 0 | 0.15 | 0.74 |
| HSL | 166.67º | 0.52% | 0.17% | - |
| HSV(B) | 166.67º | 0.68% | 0.26% | - |
| XYZ | 2.97 | 4.34 | 4.42 | - |
| YUV | 51.41 | 130.59 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 66 | 56 | 0.68 | 0 | 0.15 | 0.74 | 166.67 | 0.52 | 0.17 |
| Hex | 15 | 42 | 38 | 44 | 0 | F | 4A | A7 | 34 | 11 |
| Octal | 25 | 102 | 70 | 104 | 0 | 17 | 112 | 247 | 64 | 21 |
| Binary | 10101 | 1000010 | 111000 | 1000100 | 0 | 1111 | 1001010 | 10100111 | 110100 | 10001 |
Color Harmonies of #154238
Complementary color
Monochromatic Colors of #154238
Black with #154238
Text Example
Text Example
White with #154238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154238; }
p { color: rgb(21,66,56); }
H1.HeaderClassName
{
color: #154238;
}
.AnyTagClassName
{
color: #154238;
}
</style>
background-color css
<style>
a { background-color: #154238; }
a { background-color: rgb(21,66,56); }
div.DivClassName
{
background-color: #154238;
}
.BgClassName
{
background-color: #154238;
}
</style>
border-color css
<style>
span { border-color: #154238; }
span { border-color: rgb(21,66,56); }
td.TdClassName
{
border-color: #154238;
}
.TagClassName
{
border-color: #154238;
}
</style>