Shades of Deep Sea #147C5B
Tints of Deep Sea #147C5B
RGB
CMYK
RGB Variations
Color information
#147C5B (or 0x147C5B) is known color: Deep Sea. HEX triplet: 14, 7C and 5B. RGB value is (20,124,91). Sum of RGB (Red+Green+Blue) = 20+124+91=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 124 (48.83% from 255 or 52.77% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 124 - color contains mainly: green. Hex color #147C5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147C5B is #EB83A4. Grayscale: #595959. Windows color (decimal): -15434661 or 5995540. OLE color: 5995540.
HSL color Cylindrical-coordinate representation of color #147C5B: hue angle of 160.96º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147C5B is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 124 | 91 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.51 |
| HSL | 160.96º | 0.72% | 0.28% | - |
| HSV(B) | 160.96º | 0.84% | 0.49% | - |
| XYZ | 9.38 | 15.32 | 12.36 | - |
| YUV | 89.14 | 129.04 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 124 | 91 | 0.84 | 0 | 0.27 | 0.51 | 160.96 | 0.72 | 0.28 |
| Hex | 14 | 7C | 5B | 54 | 0 | 1B | 33 | A1 | 48 | 1C |
| Octal | 24 | 174 | 133 | 124 | 0 | 33 | 63 | 241 | 110 | 34 |
| Binary | 10100 | 1111100 | 1011011 | 1010100 | 0 | 11011 | 110011 | 10100001 | 1001000 | 11100 |
Color Harmonies of #147C5B
Complementary color
Monochromatic Colors of #147C5B
Black with #147C5B
Text Example
Text Example
White with #147C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147C5B; }
p { color: rgb(20,124,91); }
H1.HeaderClassName
{
color: #147C5B;
}
.AnyTagClassName
{
color: #147C5B;
}
</style>
background-color css
<style>
a { background-color: #147C5B; }
a { background-color: rgb(20,124,91); }
div.DivClassName
{
background-color: #147C5B;
}
.BgClassName
{
background-color: #147C5B;
}
</style>
border-color css
<style>
span { border-color: #147C5B; }
span { border-color: rgb(20,124,91); }
td.TdClassName
{
border-color: #147C5B;
}
.TagClassName
{
border-color: #147C5B;
}
</style>