Shades of Deep Sea #1E7764
Tints of Deep Sea #1E7764
RGB
CMYK
RGB Variations
Color information
#1E7764 (or 0x1E7764) is known color: Deep Sea. HEX triplet: 1E, 77 and 64. RGB value is (30,119,100). Sum of RGB (Red+Green+Blue) = 30+119+100=249 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.05% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #1E7764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7764 is #E1889B. Grayscale: #5A5A5A. Windows color (decimal): -14780572 or 6584094. OLE color: 6584094.
HSL color Cylindrical-coordinate representation of color #1E7764: hue angle of 167.19º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7764 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 119 | 100 | - |
| CMYK | 0.75 | 0 | 0.16 | 0.53 |
| HSL | 167.19º | 0.6% | 0.29% | - |
| HSV(B) | 167.19º | 0.75% | 0.47% | - |
| XYZ | 9.43 | 14.39 | 14.34 | - |
| YUV | 90.22 | 133.51 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 119 | 100 | 0.75 | 0 | 0.16 | 0.53 | 167.19 | 0.6 | 0.29 |
| Hex | 1E | 77 | 64 | 4B | 0 | 10 | 35 | A7 | 3C | 1D |
| Octal | 36 | 167 | 144 | 113 | 0 | 20 | 65 | 247 | 74 | 35 |
| Binary | 11110 | 1110111 | 1100100 | 1001011 | 0 | 10000 | 110101 | 10100111 | 111100 | 11101 |
Color Harmonies of #1E7764
Complementary color
Monochromatic Colors of #1E7764
Black with #1E7764
Text Example
Text Example
White with #1E7764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7764; }
p { color: rgb(30,119,100); }
H1.HeaderClassName
{
color: #1E7764;
}
.AnyTagClassName
{
color: #1E7764;
}
</style>
background-color css
<style>
a { background-color: #1E7764; }
a { background-color: rgb(30,119,100); }
div.DivClassName
{
background-color: #1E7764;
}
.BgClassName
{
background-color: #1E7764;
}
</style>
border-color css
<style>
span { border-color: #1E7764; }
span { border-color: rgb(30,119,100); }
td.TdClassName
{
border-color: #1E7764;
}
.TagClassName
{
border-color: #1E7764;
}
</style>