Shades of Deep Sea #1E7E5B
Tints of Deep Sea #1E7E5B
RGB
CMYK
RGB Variations
Color information
#1E7E5B (or 0x1E7E5B) is known color: Deep Sea. HEX triplet: 1E, 7E and 5B. RGB value is (30,126,91). Sum of RGB (Red+Green+Blue) = 30+126+91=247 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.15% from 247); Green value is 126 (49.61% from 255 or 51.01% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 126 - color contains mainly: green. Hex color #1E7E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7E5B is #E181A4. Grayscale: #5D5D5D. Windows color (decimal): -14778789 or 5996062. OLE color: 5996062.
HSL color Cylindrical-coordinate representation of color #1E7E5B: hue angle of 158.12º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7E5B is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 126 | 91 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.51 |
| HSL | 158.13º | 0.62% | 0.31% | - |
| HSV(B) | 158.13º | 0.76% | 0.49% | - |
| XYZ | 9.88 | 15.95 | 12.46 | - |
| YUV | 93.31 | 126.7 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 126 | 91 | 0.76 | 0 | 0.28 | 0.51 | 158.13 | 0.62 | 0.31 |
| Hex | 1E | 7E | 5B | 4C | 0 | 1C | 33 | 9E | 3E | 1F |
| Octal | 36 | 176 | 133 | 114 | 0 | 34 | 63 | 236 | 76 | 37 |
| Binary | 11110 | 1111110 | 1011011 | 1001100 | 0 | 11100 | 110011 | 10011110 | 111110 | 11111 |
Color Harmonies of #1E7E5B
Complementary color
Monochromatic Colors of #1E7E5B
Black with #1E7E5B
Text Example
Text Example
White with #1E7E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7E5B; }
p { color: rgb(30,126,91); }
H1.HeaderClassName
{
color: #1E7E5B;
}
.AnyTagClassName
{
color: #1E7E5B;
}
</style>
background-color css
<style>
a { background-color: #1E7E5B; }
a { background-color: rgb(30,126,91); }
div.DivClassName
{
background-color: #1E7E5B;
}
.BgClassName
{
background-color: #1E7E5B;
}
</style>
border-color css
<style>
span { border-color: #1E7E5B; }
span { border-color: rgb(30,126,91); }
td.TdClassName
{
border-color: #1E7E5B;
}
.TagClassName
{
border-color: #1E7E5B;
}
</style>