Shades of Deep Sea #148164
Tints of Deep Sea #148164
RGB
CMYK
RGB Variations
Color information
#148164 (or 0x148164) is known color: Deep Sea. HEX triplet: 14, 81 and 64. RGB value is (20,129,100). Sum of RGB (Red+Green+Blue) = 20+129+100=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #148164 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148164 is #EB7E9B. Grayscale: #5D5D5D. Windows color (decimal): -15433372 or 6586644. OLE color: 6586644.
HSL color Cylindrical-coordinate representation of color #148164: hue angle of 164.04º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #148164 is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 129 | 100 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.49 |
| HSL | 164.04º | 0.73% | 0.29% | - |
| HSV(B) | 164.04º | 0.84% | 0.51% | - |
| XYZ | 10.44 | 16.77 | 14.74 | - |
| YUV | 93.1 | 131.89 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 100 | 0.84 | 0 | 0.22 | 0.49 | 164.04 | 0.73 | 0.29 |
| Hex | 14 | 81 | 64 | 54 | 0 | 16 | 31 | A4 | 49 | 1D |
| Octal | 24 | 201 | 144 | 124 | 0 | 26 | 61 | 244 | 111 | 35 |
| Binary | 10100 | 10000001 | 1100100 | 1010100 | 0 | 10110 | 110001 | 10100100 | 1001001 | 11101 |
Color Harmonies of #148164
Complementary color
Monochromatic Colors of #148164
Black with #148164
Text Example
Text Example
White with #148164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148164; }
p { color: rgb(20,129,100); }
H1.HeaderClassName
{
color: #148164;
}
.AnyTagClassName
{
color: #148164;
}
</style>
background-color css
<style>
a { background-color: #148164; }
a { background-color: rgb(20,129,100); }
div.DivClassName
{
background-color: #148164;
}
.BgClassName
{
background-color: #148164;
}
</style>
border-color css
<style>
span { border-color: #148164; }
span { border-color: rgb(20,129,100); }
td.TdClassName
{
border-color: #148164;
}
.TagClassName
{
border-color: #148164;
}
</style>