Shades of Deep Sea #147D68
Tints of Deep Sea #147D68
RGB
CMYK
RGB Variations
Color information
#147D68 (or 0x147D68) is known color: Deep Sea. HEX triplet: 14, 7D and 68. RGB value is (20,125,104). Sum of RGB (Red+Green+Blue) = 20+125+104=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 125 (49.22% from 255 or 50.20% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 125 - color contains mainly: green. Hex color #147D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147D68 is #EB8297. Grayscale: #5B5B5B. Windows color (decimal): -15434392 or 6847764. OLE color: 6847764.
HSL color Cylindrical-coordinate representation of color #147D68: hue angle of 168º 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 #147D68 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 125 | 104 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.51 |
| HSL | 168º | 0.72% | 0.28% | - |
| HSV(B) | 168º | 0.84% | 0.49% | - |
| XYZ | 10.12 | 15.82 | 15.62 | - |
| YUV | 91.21 | 135.21 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 125 | 104 | 0.84 | 0 | 0.17 | 0.51 | 168 | 0.72 | 0.28 |
| Hex | 14 | 7D | 68 | 54 | 0 | 11 | 33 | A8 | 48 | 1C |
| Octal | 24 | 175 | 150 | 124 | 0 | 21 | 63 | 250 | 110 | 34 |
| Binary | 10100 | 1111101 | 1101000 | 1010100 | 0 | 10001 | 110011 | 10101000 | 1001000 | 11100 |
Color Harmonies of #147D68
Complementary color
Monochromatic Colors of #147D68
Black with #147D68
Text Example
Text Example
White with #147D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147D68; }
p { color: rgb(20,125,104); }
H1.HeaderClassName
{
color: #147D68;
}
.AnyTagClassName
{
color: #147D68;
}
</style>
background-color css
<style>
a { background-color: #147D68; }
a { background-color: rgb(20,125,104); }
div.DivClassName
{
background-color: #147D68;
}
.BgClassName
{
background-color: #147D68;
}
</style>
border-color css
<style>
span { border-color: #147D68; }
span { border-color: rgb(20,125,104); }
td.TdClassName
{
border-color: #147D68;
}
.TagClassName
{
border-color: #147D68;
}
</style>