Shades of Deep Sea #147C70
Tints of Deep Sea #147C70
RGB
CMYK
RGB Variations
Color information
#147C70 (or 0x147C70) is known color: Deep Sea. HEX triplet: 14, 7C and 70. RGB value is (20,124,112). Sum of RGB (Red+Green+Blue) = 20+124+112=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 124 (48.83% from 255 or 48.44% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 124 - color contains mainly: green. Hex color #147C70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147C70 is #EB838F. Grayscale: #5B5B5B. Windows color (decimal): -15434640 or 7371796. OLE color: 7371796.
HSL color Cylindrical-coordinate representation of color #147C70: hue angle of 173.08º 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 #147C70 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 124 | 112 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.51 |
| HSL | 173.08º | 0.72% | 0.28% | - |
| HSV(B) | 173.08º | 0.84% | 0.49% | - |
| XYZ | 10.42 | 15.73 | 17.82 | - |
| YUV | 91.54 | 139.54 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 124 | 112 | 0.84 | 0 | 0.10 | 0.51 | 173.08 | 0.72 | 0.28 |
| Hex | 14 | 7C | 70 | 54 | 0 | A | 33 | AD | 48 | 1C |
| Octal | 24 | 174 | 160 | 124 | 0 | 12 | 63 | 255 | 110 | 34 |
| Binary | 10100 | 1111100 | 1110000 | 1010100 | 0 | 1010 | 110011 | 10101101 | 1001000 | 11100 |
Color Harmonies of #147C70
Complementary color
Monochromatic Colors of #147C70
Black with #147C70
Text Example
Text Example
White with #147C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147C70; }
p { color: rgb(20,124,112); }
H1.HeaderClassName
{
color: #147C70;
}
.AnyTagClassName
{
color: #147C70;
}
</style>
background-color css
<style>
a { background-color: #147C70; }
a { background-color: rgb(20,124,112); }
div.DivClassName
{
background-color: #147C70;
}
.BgClassName
{
background-color: #147C70;
}
</style>
border-color css
<style>
span { border-color: #147C70; }
span { border-color: rgb(20,124,112); }
td.TdClassName
{
border-color: #147C70;
}
.TagClassName
{
border-color: #147C70;
}
</style>