Shades of Deep Sea #147164
Tints of Deep Sea #147164
RGB
CMYK
RGB Variations
Color information
#147164 (or 0x147164) is known color: Deep Sea. HEX triplet: 14, 71 and 64. RGB value is (20,113,100). Sum of RGB (Red+Green+Blue) = 20+113+100=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 100 (39.45% from 255 or 42.92% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #147164 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147164 is #EB8E9B. Grayscale: #535353. Windows color (decimal): -15437468 or 6582548. OLE color: 6582548.
HSL color Cylindrical-coordinate representation of color #147164: hue angle of 171.61º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147164 is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 113 | 100 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.56 |
| HSL | 171.61º | 0.7% | 0.26% | - |
| HSV(B) | 171.61º | 0.82% | 0.44% | - |
| XYZ | 8.49 | 12.88 | 14.09 | - |
| YUV | 83.71 | 137.19 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 100 | 0.82 | 0 | 0.12 | 0.56 | 171.61 | 0.7 | 0.26 |
| Hex | 14 | 71 | 64 | 52 | 0 | C | 38 | AC | 46 | 1A |
| Octal | 24 | 161 | 144 | 122 | 0 | 14 | 70 | 254 | 106 | 32 |
| Binary | 10100 | 1110001 | 1100100 | 1010010 | 0 | 1100 | 111000 | 10101100 | 1000110 | 11010 |
Color Harmonies of #147164
Complementary color
Monochromatic Colors of #147164
Black with #147164
Text Example
Text Example
White with #147164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147164; }
p { color: rgb(20,113,100); }
H1.HeaderClassName
{
color: #147164;
}
.AnyTagClassName
{
color: #147164;
}
</style>
background-color css
<style>
a { background-color: #147164; }
a { background-color: rgb(20,113,100); }
div.DivClassName
{
background-color: #147164;
}
.BgClassName
{
background-color: #147164;
}
</style>
border-color css
<style>
span { border-color: #147164; }
span { border-color: rgb(20,113,100); }
td.TdClassName
{
border-color: #147164;
}
.TagClassName
{
border-color: #147164;
}
</style>