Shades of Deep Sea #1E7E61
Tints of Deep Sea #1E7E61
RGB
CMYK
RGB Variations
Color information
#1E7E61 (or 0x1E7E61) is known color: Deep Sea. HEX triplet: 1E, 7E and 61. RGB value is (30,126,97). Sum of RGB (Red+Green+Blue) = 30+126+97=253 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.86% from 253); Green value is 126 (49.61% from 255 or 49.80% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 126 - color contains mainly: green. Hex color #1E7E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7E61 is #E1819E. Grayscale: #5E5E5E. Windows color (decimal): -14778783 or 6389278. OLE color: 6389278.
HSL color Cylindrical-coordinate representation of color #1E7E61: hue angle of 161.88º 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 #1E7E61 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 126 | 97 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.51 |
| HSL | 161.88º | 0.62% | 0.31% | - |
| HSV(B) | 161.88º | 0.76% | 0.49% | - |
| XYZ | 10.15 | 16.06 | 13.87 | - |
| YUV | 93.99 | 129.7 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 126 | 97 | 0.76 | 0 | 0.23 | 0.51 | 161.88 | 0.62 | 0.31 |
| Hex | 1E | 7E | 61 | 4C | 0 | 17 | 33 | A2 | 3E | 1F |
| Octal | 36 | 176 | 141 | 114 | 0 | 27 | 63 | 242 | 76 | 37 |
| Binary | 11110 | 1111110 | 1100001 | 1001100 | 0 | 10111 | 110011 | 10100010 | 111110 | 11111 |
Color Harmonies of #1E7E61
Complementary color
Monochromatic Colors of #1E7E61
Black with #1E7E61
Text Example
Text Example
White with #1E7E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7E61; }
p { color: rgb(30,126,97); }
H1.HeaderClassName
{
color: #1E7E61;
}
.AnyTagClassName
{
color: #1E7E61;
}
</style>
background-color css
<style>
a { background-color: #1E7E61; }
a { background-color: rgb(30,126,97); }
div.DivClassName
{
background-color: #1E7E61;
}
.BgClassName
{
background-color: #1E7E61;
}
</style>
border-color css
<style>
span { border-color: #1E7E61; }
span { border-color: rgb(30,126,97); }
td.TdClassName
{
border-color: #1E7E61;
}
.TagClassName
{
border-color: #1E7E61;
}
</style>