Shades of Deep Sea #1E7C5B
Tints of Deep Sea #1E7C5B
RGB
CMYK
RGB Variations
Color information
#1E7C5B (or 0x1E7C5B) is known color: Deep Sea. HEX triplet: 1E, 7C and 5B. RGB value is (30,124,91). Sum of RGB (Red+Green+Blue) = 30+124+91=245 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.24% from 245); Green value is 124 (48.83% from 255 or 50.61% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 124 - color contains mainly: green. Hex color #1E7C5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7C5B is #E183A4. Grayscale: #5C5C5C. Windows color (decimal): -14779301 or 5995550. OLE color: 5995550.
HSL color Cylindrical-coordinate representation of color #1E7C5B: hue angle of 158.94º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7C5B is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 124 | 91 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.51 |
| HSL | 158.94º | 0.61% | 0.3% | - |
| HSV(B) | 158.94º | 0.76% | 0.49% | - |
| XYZ | 9.63 | 15.45 | 12.37 | - |
| YUV | 92.13 | 127.36 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 124 | 91 | 0.76 | 0 | 0.27 | 0.51 | 158.94 | 0.61 | 0.3 |
| Hex | 1E | 7C | 5B | 4C | 0 | 1B | 33 | 9F | 3D | 1E |
| Octal | 36 | 174 | 133 | 114 | 0 | 33 | 63 | 237 | 75 | 36 |
| Binary | 11110 | 1111100 | 1011011 | 1001100 | 0 | 11011 | 110011 | 10011111 | 111101 | 11110 |
Color Harmonies of #1E7C5B
Complementary color
Monochromatic Colors of #1E7C5B
Black with #1E7C5B
Text Example
Text Example
White with #1E7C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7C5B; }
p { color: rgb(30,124,91); }
H1.HeaderClassName
{
color: #1E7C5B;
}
.AnyTagClassName
{
color: #1E7C5B;
}
</style>
background-color css
<style>
a { background-color: #1E7C5B; }
a { background-color: rgb(30,124,91); }
div.DivClassName
{
background-color: #1E7C5B;
}
.BgClassName
{
background-color: #1E7C5B;
}
</style>
border-color css
<style>
span { border-color: #1E7C5B; }
span { border-color: rgb(30,124,91); }
td.TdClassName
{
border-color: #1E7C5B;
}
.TagClassName
{
border-color: #1E7C5B;
}
</style>