Shades of Deep Teal #154F3F
Tints of Deep Teal #154F3F
RGB
CMYK
RGB Variations
Color information
#154F3F (or 0x154F3F) is known color: Deep Teal. HEX triplet: 15, 4F and 3F. RGB value is (21,79,63). Sum of RGB (Red+Green+Blue) = 21+79+63=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 79 (31.25% from 255 or 48.47% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 79 - color contains mainly: green. Hex color #154F3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154F3F is #EAB0C0. Grayscale: #3B3B3B. Windows color (decimal): -15380673 or 4149013. OLE color: 4149013.
HSL color Cylindrical-coordinate representation of color #154F3F: hue angle of 163.45º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154F3F is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 79 | 63 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.69 |
| HSL | 163.45º | 0.58% | 0.2% | - |
| HSV(B) | 163.45º | 0.73% | 0.31% | - |
| XYZ | 4 | 6.11 | 5.67 | - |
| YUV | 59.83 | 129.78 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 79 | 63 | 0.73 | 0 | 0.20 | 0.69 | 163.45 | 0.58 | 0.2 |
| Hex | 15 | 4F | 3F | 49 | 0 | 14 | 45 | A3 | 3A | 14 |
| Octal | 25 | 117 | 77 | 111 | 0 | 24 | 105 | 243 | 72 | 24 |
| Binary | 10101 | 1001111 | 111111 | 1001001 | 0 | 10100 | 1000101 | 10100011 | 111010 | 10100 |
Color Harmonies of #154F3F
Complementary color
Monochromatic Colors of #154F3F
Black with #154F3F
Text Example
Text Example
White with #154F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154F3F; }
p { color: rgb(21,79,63); }
H1.HeaderClassName
{
color: #154F3F;
}
.AnyTagClassName
{
color: #154F3F;
}
</style>
background-color css
<style>
a { background-color: #154F3F; }
a { background-color: rgb(21,79,63); }
div.DivClassName
{
background-color: #154F3F;
}
.BgClassName
{
background-color: #154F3F;
}
</style>
border-color css
<style>
span { border-color: #154F3F; }
span { border-color: rgb(21,79,63); }
td.TdClassName
{
border-color: #154F3F;
}
.TagClassName
{
border-color: #154F3F;
}
</style>