Shades of Deep Teal #154236
Tints of Deep Teal #154236
RGB
CMYK
RGB Variations
Color information
#154236 (or 0x154236) is known color: Deep Teal. HEX triplet: 15, 42 and 36. RGB value is (21,66,54). Sum of RGB (Red+Green+Blue) = 21+66+54=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 54 (21.48% from 255 or 38.30% from 141); Max value from RGB is 66 - color contains mainly: green. Hex color #154236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154236 is #EABDC9. Grayscale: #333333. Windows color (decimal): -15384010 or 3555861. OLE color: 3555861.
HSL color Cylindrical-coordinate representation of color #154236: hue angle of 164º 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 #154236 is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 21 | 66 | 54 | - |
| CMYK | 0.68 | 0 | 0.18 | 0.74 |
| HSL | 164º | 0.52% | 0.17% | - |
| HSV(B) | 164º | 0.68% | 0.26% | - |
| XYZ | 2.92 | 4.32 | 4.17 | - |
| YUV | 51.18 | 129.59 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 66 | 54 | 0.68 | 0 | 0.18 | 0.74 | 164 | 0.52 | 0.17 |
| Hex | 15 | 42 | 36 | 44 | 0 | 12 | 4A | A4 | 34 | 11 |
| Octal | 25 | 102 | 66 | 104 | 0 | 22 | 112 | 244 | 64 | 21 |
| Binary | 10101 | 1000010 | 110110 | 1000100 | 0 | 10010 | 1001010 | 10100100 | 110100 | 10001 |
Color Harmonies of #154236
Complementary color
Monochromatic Colors of #154236
Black with #154236
Text Example
Text Example
White with #154236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154236; }
p { color: rgb(21,66,54); }
H1.HeaderClassName
{
color: #154236;
}
.AnyTagClassName
{
color: #154236;
}
</style>
background-color css
<style>
a { background-color: #154236; }
a { background-color: rgb(21,66,54); }
div.DivClassName
{
background-color: #154236;
}
.BgClassName
{
background-color: #154236;
}
</style>
border-color css
<style>
span { border-color: #154236; }
span { border-color: rgb(21,66,54); }
td.TdClassName
{
border-color: #154236;
}
.TagClassName
{
border-color: #154236;
}
</style>