Shades of Deep Sea #147E71
Tints of Deep Sea #147E71
RGB
CMYK
RGB Variations
Color information
#147E71 (or 0x147E71) is known color: Deep Sea. HEX triplet: 14, 7E and 71. RGB value is (20,126,113). Sum of RGB (Red+Green+Blue) = 20+126+113=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 126 (49.61% from 255 or 48.65% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 126 - color contains mainly: green. Hex color #147E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147E71 is #EB818E. Grayscale: #5C5C5C. Windows color (decimal): -15434127 or 7437844. OLE color: 7437844.
HSL color Cylindrical-coordinate representation of color #147E71: hue angle of 172.64º 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 #147E71 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 126 | 113 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.51 |
| HSL | 172.64º | 0.73% | 0.29% | - |
| HSV(B) | 172.64º | 0.84% | 0.49% | - |
| XYZ | 10.73 | 16.26 | 18.2 | - |
| YUV | 92.82 | 139.38 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 126 | 113 | 0.84 | 0 | 0.10 | 0.51 | 172.64 | 0.73 | 0.29 |
| Hex | 14 | 7E | 71 | 54 | 0 | A | 33 | AD | 49 | 1D |
| Octal | 24 | 176 | 161 | 124 | 0 | 12 | 63 | 255 | 111 | 35 |
| Binary | 10100 | 1111110 | 1110001 | 1010100 | 0 | 1010 | 110011 | 10101101 | 1001001 | 11101 |
Color Harmonies of #147E71
Complementary color
Monochromatic Colors of #147E71
Black with #147E71
Text Example
Text Example
White with #147E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147E71; }
p { color: rgb(20,126,113); }
H1.HeaderClassName
{
color: #147E71;
}
.AnyTagClassName
{
color: #147E71;
}
</style>
background-color css
<style>
a { background-color: #147E71; }
a { background-color: rgb(20,126,113); }
div.DivClassName
{
background-color: #147E71;
}
.BgClassName
{
background-color: #147E71;
}
</style>
border-color css
<style>
span { border-color: #147E71; }
span { border-color: rgb(20,126,113); }
td.TdClassName
{
border-color: #147E71;
}
.TagClassName
{
border-color: #147E71;
}
</style>