Shades of Deep Sea #147E66
Tints of Deep Sea #147E66
RGB
CMYK
RGB Variations
Color information
#147E66 (or 0x147E66) is known color: Deep Sea. HEX triplet: 14, 7E and 66. RGB value is (20,126,102). Sum of RGB (Red+Green+Blue) = 20+126+102=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 126 (49.61% from 255 or 50.81% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 126 - color contains mainly: green. Hex color #147E66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147E66 is #EB8199. Grayscale: #5B5B5B. Windows color (decimal): -15434138 or 6716948. OLE color: 6716948.
HSL color Cylindrical-coordinate representation of color #147E66: hue angle of 166.42º 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 #147E66 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 126 | 102 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.51 |
| HSL | 166.42º | 0.73% | 0.29% | - |
| HSV(B) | 166.42º | 0.84% | 0.49% | - |
| XYZ | 10.15 | 16.03 | 15.13 | - |
| YUV | 91.57 | 133.88 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 126 | 102 | 0.84 | 0 | 0.19 | 0.51 | 166.42 | 0.73 | 0.29 |
| Hex | 14 | 7E | 66 | 54 | 0 | 13 | 33 | A6 | 49 | 1D |
| Octal | 24 | 176 | 146 | 124 | 0 | 23 | 63 | 246 | 111 | 35 |
| Binary | 10100 | 1111110 | 1100110 | 1010100 | 0 | 10011 | 110011 | 10100110 | 1001001 | 11101 |
Color Harmonies of #147E66
Complementary color
Monochromatic Colors of #147E66
Black with #147E66
Text Example
Text Example
White with #147E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147E66; }
p { color: rgb(20,126,102); }
H1.HeaderClassName
{
color: #147E66;
}
.AnyTagClassName
{
color: #147E66;
}
</style>
background-color css
<style>
a { background-color: #147E66; }
a { background-color: rgb(20,126,102); }
div.DivClassName
{
background-color: #147E66;
}
.BgClassName
{
background-color: #147E66;
}
</style>
border-color css
<style>
span { border-color: #147E66; }
span { border-color: rgb(20,126,102); }
td.TdClassName
{
border-color: #147E66;
}
.TagClassName
{
border-color: #147E66;
}
</style>