Shades of Deep Sea #1E755E
Tints of Deep Sea #1E755E
RGB
CMYK
RGB Variations
Color information
#1E755E (or 0x1E755E) is known color: Deep Sea. HEX triplet: 1E, 75 and 5E. RGB value is (30,117,94). Sum of RGB (Red+Green+Blue) = 30+117+94=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #1E755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E755E is #E18AA1. Grayscale: #585858. Windows color (decimal): -14781090 or 6190366. OLE color: 6190366.
HSL color Cylindrical-coordinate representation of color #1E755E: hue angle of 164.14º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E755E is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 117 | 94 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.54 |
| HSL | 164.14º | 0.59% | 0.29% | - |
| HSV(B) | 164.14º | 0.74% | 0.46% | - |
| XYZ | 8.92 | 13.81 | 12.78 | - |
| YUV | 88.37 | 131.18 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 117 | 94 | 0.74 | 0 | 0.20 | 0.54 | 164.14 | 0.59 | 0.29 |
| Hex | 1E | 75 | 5E | 4A | 0 | 14 | 36 | A4 | 3B | 1D |
| Octal | 36 | 165 | 136 | 112 | 0 | 24 | 66 | 244 | 73 | 35 |
| Binary | 11110 | 1110101 | 1011110 | 1001010 | 0 | 10100 | 110110 | 10100100 | 111011 | 11101 |
Color Harmonies of #1E755E
Complementary color
Monochromatic Colors of #1E755E
Black with #1E755E
Text Example
Text Example
White with #1E755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E755E; }
p { color: rgb(30,117,94); }
H1.HeaderClassName
{
color: #1E755E;
}
.AnyTagClassName
{
color: #1E755E;
}
</style>
background-color css
<style>
a { background-color: #1E755E; }
a { background-color: rgb(30,117,94); }
div.DivClassName
{
background-color: #1E755E;
}
.BgClassName
{
background-color: #1E755E;
}
</style>
border-color css
<style>
span { border-color: #1E755E; }
span { border-color: rgb(30,117,94); }
td.TdClassName
{
border-color: #1E755E;
}
.TagClassName
{
border-color: #1E755E;
}
</style>