Shades of Deep Sea #1E7162
Tints of Deep Sea #1E7162
RGB
CMYK
RGB Variations
Color information
#1E7162 (or 0x1E7162) is known color: Deep Sea. HEX triplet: 1E, 71 and 62. RGB value is (30,113,98). Sum of RGB (Red+Green+Blue) = 30+113+98=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #1E7162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7162 is #E18E9D. Grayscale: #565656. Windows color (decimal): -14782110 or 6451486. OLE color: 6451486.
HSL color Cylindrical-coordinate representation of color #1E7162: hue angle of 169.16º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E7162 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 113 | 98 | - |
| CMYK | 0.73 | 0 | 0.13 | 0.56 |
| HSL | 169.16º | 0.58% | 0.28% | - |
| HSV(B) | 169.16º | 0.73% | 0.44% | - |
| XYZ | 8.65 | 12.97 | 13.6 | - |
| YUV | 86.47 | 134.5 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 113 | 98 | 0.73 | 0 | 0.13 | 0.56 | 169.16 | 0.58 | 0.28 |
| Hex | 1E | 71 | 62 | 49 | 0 | D | 38 | A9 | 3A | 1C |
| Octal | 36 | 161 | 142 | 111 | 0 | 15 | 70 | 251 | 72 | 34 |
| Binary | 11110 | 1110001 | 1100010 | 1001001 | 0 | 1101 | 111000 | 10101001 | 111010 | 11100 |
Color Harmonies of #1E7162
Complementary color
Monochromatic Colors of #1E7162
Black with #1E7162
Text Example
Text Example
White with #1E7162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7162; }
p { color: rgb(30,113,98); }
H1.HeaderClassName
{
color: #1E7162;
}
.AnyTagClassName
{
color: #1E7162;
}
</style>
background-color css
<style>
a { background-color: #1E7162; }
a { background-color: rgb(30,113,98); }
div.DivClassName
{
background-color: #1E7162;
}
.BgClassName
{
background-color: #1E7162;
}
</style>
border-color css
<style>
span { border-color: #1E7162; }
span { border-color: rgb(30,113,98); }
td.TdClassName
{
border-color: #1E7162;
}
.TagClassName
{
border-color: #1E7162;
}
</style>