Shades of Deep Sea #147E69
Tints of Deep Sea #147E69
RGB
CMYK
RGB Variations
Color information
#147E69 (or 0x147E69) is known color: Deep Sea. HEX triplet: 14, 7E and 69. RGB value is (20,126,105). Sum of RGB (Red+Green+Blue) = 20+126+105=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 126 (49.61% from 255 or 50.20% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 126 - color contains mainly: green. Hex color #147E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147E69 is #EB8196. Grayscale: #5B5B5B. Windows color (decimal): -15434135 or 6913556. OLE color: 6913556.
HSL color Cylindrical-coordinate representation of color #147E69: hue angle of 168.11º 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 #147E69 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 126 | 105 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.51 |
| HSL | 168.11º | 0.73% | 0.29% | - |
| HSV(B) | 168.11º | 0.84% | 0.49% | - |
| XYZ | 10.3 | 16.09 | 15.93 | - |
| YUV | 91.91 | 135.38 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 126 | 105 | 0.84 | 0 | 0.17 | 0.51 | 168.11 | 0.73 | 0.29 |
| Hex | 14 | 7E | 69 | 54 | 0 | 11 | 33 | A8 | 49 | 1D |
| Octal | 24 | 176 | 151 | 124 | 0 | 21 | 63 | 250 | 111 | 35 |
| Binary | 10100 | 1111110 | 1101001 | 1010100 | 0 | 10001 | 110011 | 10101000 | 1001001 | 11101 |
Color Harmonies of #147E69
Complementary color
Monochromatic Colors of #147E69
Black with #147E69
Text Example
Text Example
White with #147E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147E69; }
p { color: rgb(20,126,105); }
H1.HeaderClassName
{
color: #147E69;
}
.AnyTagClassName
{
color: #147E69;
}
</style>
background-color css
<style>
a { background-color: #147E69; }
a { background-color: rgb(20,126,105); }
div.DivClassName
{
background-color: #147E69;
}
.BgClassName
{
background-color: #147E69;
}
</style>
border-color css
<style>
span { border-color: #147E69; }
span { border-color: rgb(20,126,105); }
td.TdClassName
{
border-color: #147E69;
}
.TagClassName
{
border-color: #147E69;
}
</style>