Shades of Deep Sea #147E5A
Tints of Deep Sea #147E5A
RGB
CMYK
RGB Variations
Color information
#147E5A (or 0x147E5A) is known color: Deep Sea. HEX triplet: 14, 7E and 5A. RGB value is (20,126,90). Sum of RGB (Red+Green+Blue) = 20+126+90=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 126 (49.61% from 255 or 53.39% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 126 - color contains mainly: green. Hex color #147E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147E5A is #EB81A5. Grayscale: #5A5A5A. Windows color (decimal): -15434150 or 5930516. OLE color: 5930516.
HSL color Cylindrical-coordinate representation of color #147E5A: hue angle of 159.62º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147E5A is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 126 | 90 | - |
| CMYK | 0.84 | 0 | 0.29 | 0.51 |
| HSL | 159.62º | 0.73% | 0.29% | - |
| HSV(B) | 159.62º | 0.84% | 0.49% | - |
| XYZ | 9.59 | 15.81 | 12.22 | - |
| YUV | 90.2 | 127.88 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 126 | 90 | 0.84 | 0 | 0.29 | 0.51 | 159.62 | 0.73 | 0.29 |
| Hex | 14 | 7E | 5A | 54 | 0 | 1D | 33 | A0 | 49 | 1D |
| Octal | 24 | 176 | 132 | 124 | 0 | 35 | 63 | 240 | 111 | 35 |
| Binary | 10100 | 1111110 | 1011010 | 1010100 | 0 | 11101 | 110011 | 10100000 | 1001001 | 11101 |
Color Harmonies of #147E5A
Complementary color
Monochromatic Colors of #147E5A
Black with #147E5A
Text Example
Text Example
White with #147E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147E5A; }
p { color: rgb(20,126,90); }
H1.HeaderClassName
{
color: #147E5A;
}
.AnyTagClassName
{
color: #147E5A;
}
</style>
background-color css
<style>
a { background-color: #147E5A; }
a { background-color: rgb(20,126,90); }
div.DivClassName
{
background-color: #147E5A;
}
.BgClassName
{
background-color: #147E5A;
}
</style>
border-color css
<style>
span { border-color: #147E5A; }
span { border-color: rgb(20,126,90); }
td.TdClassName
{
border-color: #147E5A;
}
.TagClassName
{
border-color: #147E5A;
}
</style>