Shades of Deep Sea #148162
Tints of Deep Sea #148162
RGB
CMYK
RGB Variations
Color information
#148162 (or 0x148162) is known color: Deep Sea. HEX triplet: 14, 81 and 62. RGB value is (20,129,98). Sum of RGB (Red+Green+Blue) = 20+129+98=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #148162 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148162 is #EB7E9D. Grayscale: #5C5C5C. Windows color (decimal): -15433374 or 6455572. OLE color: 6455572.
HSL color Cylindrical-coordinate representation of color #148162: hue angle of 162.94º 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 #148162 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 129 | 98 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.49 |
| HSL | 162.94º | 0.73% | 0.29% | - |
| HSV(B) | 162.94º | 0.84% | 0.51% | - |
| XYZ | 10.34 | 16.73 | 14.24 | - |
| YUV | 92.88 | 130.89 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 98 | 0.84 | 0 | 0.24 | 0.49 | 162.94 | 0.73 | 0.29 |
| Hex | 14 | 81 | 62 | 54 | 0 | 18 | 31 | A3 | 49 | 1D |
| Octal | 24 | 201 | 142 | 124 | 0 | 30 | 61 | 243 | 111 | 35 |
| Binary | 10100 | 10000001 | 1100010 | 1010100 | 0 | 11000 | 110001 | 10100011 | 1001001 | 11101 |
Color Harmonies of #148162
Complementary color
Monochromatic Colors of #148162
Black with #148162
Text Example
Text Example
White with #148162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148162; }
p { color: rgb(20,129,98); }
H1.HeaderClassName
{
color: #148162;
}
.AnyTagClassName
{
color: #148162;
}
</style>
background-color css
<style>
a { background-color: #148162; }
a { background-color: rgb(20,129,98); }
div.DivClassName
{
background-color: #148162;
}
.BgClassName
{
background-color: #148162;
}
</style>
border-color css
<style>
span { border-color: #148162; }
span { border-color: rgb(20,129,98); }
td.TdClassName
{
border-color: #148162;
}
.TagClassName
{
border-color: #148162;
}
</style>