Shades of Deep Teal #154A3B
Tints of Deep Teal #154A3B
RGB
CMYK
RGB Variations
Color information
#154A3B (or 0x154A3B) is known color: Deep Teal. HEX triplet: 15, 4A and 3B. RGB value is (21,74,59). Sum of RGB (Red+Green+Blue) = 21+74+59=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 74 (29.30% from 255 or 48.05% from 154); Blue value is 59 (23.44% from 255 or 38.31% from 154); Max value from RGB is 74 - color contains mainly: green. Hex color #154A3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154A3B is #EAB5C4. Grayscale: #383838. Windows color (decimal): -15381957 or 3885589. OLE color: 3885589.
HSL color Cylindrical-coordinate representation of color #154A3B: hue angle of 163.02º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #154A3B is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 74 | 59 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.71 |
| HSL | 163.02º | 0.56% | 0.19% | - |
| HSV(B) | 163.02º | 0.72% | 0.29% | - |
| XYZ | 3.55 | 5.37 | 4.99 | - |
| YUV | 56.44 | 129.44 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 59 | 0.72 | 0 | 0.20 | 0.71 | 163.02 | 0.56 | 0.19 |
| Hex | 15 | 4A | 3B | 48 | 0 | 14 | 47 | A3 | 38 | 13 |
| Octal | 25 | 112 | 73 | 110 | 0 | 24 | 107 | 243 | 70 | 23 |
| Binary | 10101 | 1001010 | 111011 | 1001000 | 0 | 10100 | 1000111 | 10100011 | 111000 | 10011 |
Color Harmonies of #154A3B
Complementary color
Monochromatic Colors of #154A3B
Black with #154A3B
Text Example
Text Example
White with #154A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154A3B; }
p { color: rgb(21,74,59); }
H1.HeaderClassName
{
color: #154A3B;
}
.AnyTagClassName
{
color: #154A3B;
}
</style>
background-color css
<style>
a { background-color: #154A3B; }
a { background-color: rgb(21,74,59); }
div.DivClassName
{
background-color: #154A3B;
}
.BgClassName
{
background-color: #154A3B;
}
</style>
border-color css
<style>
span { border-color: #154A3B; }
span { border-color: rgb(21,74,59); }
td.TdClassName
{
border-color: #154A3B;
}
.TagClassName
{
border-color: #154A3B;
}
</style>