Shades of Deep Sea #1E785B
Tints of Deep Sea #1E785B
RGB
CMYK
RGB Variations
Color information
#1E785B (or 0x1E785B) is known color: Deep Sea. HEX triplet: 1E, 78 and 5B. RGB value is (30,120,91). Sum of RGB (Red+Green+Blue) = 30+120+91=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 120 (47.27% from 255 or 49.79% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 120 - color contains mainly: green. Hex color #1E785B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E785B is #E187A4. Grayscale: #595959. Windows color (decimal): -14780325 or 5994526. OLE color: 5994526.
HSL color Cylindrical-coordinate representation of color #1E785B: hue angle of 160.67º 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 #1E785B is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 120 | 91 | - |
| CMYK | 0.75 | 0 | 0.24 | 0.53 |
| HSL | 160.67º | 0.6% | 0.29% | - |
| HSV(B) | 160.67º | 0.75% | 0.47% | - |
| XYZ | 9.14 | 14.46 | 12.21 | - |
| YUV | 89.78 | 128.68 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 120 | 91 | 0.75 | 0 | 0.24 | 0.53 | 160.67 | 0.6 | 0.29 |
| Hex | 1E | 78 | 5B | 4B | 0 | 18 | 35 | A1 | 3C | 1D |
| Octal | 36 | 170 | 133 | 113 | 0 | 30 | 65 | 241 | 74 | 35 |
| Binary | 11110 | 1111000 | 1011011 | 1001011 | 0 | 11000 | 110101 | 10100001 | 111100 | 11101 |
Color Harmonies of #1E785B
Complementary color
Monochromatic Colors of #1E785B
Black with #1E785B
Text Example
Text Example
White with #1E785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E785B; }
p { color: rgb(30,120,91); }
H1.HeaderClassName
{
color: #1E785B;
}
.AnyTagClassName
{
color: #1E785B;
}
</style>
background-color css
<style>
a { background-color: #1E785B; }
a { background-color: rgb(30,120,91); }
div.DivClassName
{
background-color: #1E785B;
}
.BgClassName
{
background-color: #1E785B;
}
</style>
border-color css
<style>
span { border-color: #1E785B; }
span { border-color: rgb(30,120,91); }
td.TdClassName
{
border-color: #1E785B;
}
.TagClassName
{
border-color: #1E785B;
}
</style>