Shades of Sea Green #1E935E
Tints of Sea Green #1E935E
RGB
CMYK
RGB Variations
Color information
#1E935E (or 0x1E935E) is known color: Sea Green. HEX triplet: 1E, 93 and 5E. RGB value is (30,147,94). Sum of RGB (Red+Green+Blue) = 30+147+94=271 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.07% from 271); Green value is 147 (57.81% from 255 or 54.24% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 147 - color contains mainly: green. Hex color #1E935E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E935E is #E16CA1. Grayscale: #6A6A6A. Windows color (decimal): -14773410 or 6198046. OLE color: 6198046.
HSL color Cylindrical-coordinate representation of color #1E935E: hue angle of 152.82º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E935E is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 147 | 94 | - |
| CMYK | 0.80 | 0 | 0.36 | 0.42 |
| HSL | 152.82º | 0.66% | 0.35% | - |
| HSV(B) | 152.82º | 0.8% | 0.58% | - |
| XYZ | 12.99 | 21.95 | 14.14 | - |
| YUV | 105.98 | 121.24 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 147 | 94 | 0.80 | 0 | 0.36 | 0.42 | 152.82 | 0.66 | 0.35 |
| Hex | 1E | 93 | 5E | 50 | 0 | 24 | 2A | 99 | 42 | 23 |
| Octal | 36 | 223 | 136 | 120 | 0 | 44 | 52 | 231 | 102 | 43 |
| Binary | 11110 | 10010011 | 1011110 | 1010000 | 0 | 100100 | 101010 | 10011001 | 1000010 | 100011 |
Color Harmonies of #1E935E
Complementary color
Monochromatic Colors of #1E935E
Black with #1E935E
Text Example
Text Example
White with #1E935E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E935E; }
p { color: rgb(30,147,94); }
H1.HeaderClassName
{
color: #1E935E;
}
.AnyTagClassName
{
color: #1E935E;
}
</style>
background-color css
<style>
a { background-color: #1E935E; }
a { background-color: rgb(30,147,94); }
div.DivClassName
{
background-color: #1E935E;
}
.BgClassName
{
background-color: #1E935E;
}
</style>
border-color css
<style>
span { border-color: #1E935E; }
span { border-color: rgb(30,147,94); }
td.TdClassName
{
border-color: #1E935E;
}
.TagClassName
{
border-color: #1E935E;
}
</style>