Shades of Sea Green #1E935B
Tints of Sea Green #1E935B
RGB
CMYK
RGB Variations
Color information
#1E935B (or 0x1E935B) is known color: Sea Green. HEX triplet: 1E, 93 and 5B. RGB value is (30,147,91). Sum of RGB (Red+Green+Blue) = 30+147+91=268 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.19% from 268); Green value is 147 (57.81% from 255 or 54.85% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 147 - color contains mainly: green. Hex color #1E935B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E935B is #E16CA4. Grayscale: #696969. Windows color (decimal): -14773413 or 6001438. OLE color: 6001438.
HSL color Cylindrical-coordinate representation of color #1E935B: hue angle of 151.28º 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 #1E935B is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 147 | 91 | - |
| CMYK | 0.80 | 0 | 0.38 | 0.42 |
| HSL | 151.28º | 0.66% | 0.35% | - |
| HSV(B) | 151.28º | 0.8% | 0.58% | - |
| XYZ | 12.86 | 21.9 | 13.45 | - |
| YUV | 105.63 | 119.74 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 147 | 91 | 0.80 | 0 | 0.38 | 0.42 | 151.28 | 0.66 | 0.35 |
| Hex | 1E | 93 | 5B | 50 | 0 | 26 | 2A | 97 | 42 | 23 |
| Octal | 36 | 223 | 133 | 120 | 0 | 46 | 52 | 227 | 102 | 43 |
| Binary | 11110 | 10010011 | 1011011 | 1010000 | 0 | 100110 | 101010 | 10010111 | 1000010 | 100011 |
Color Harmonies of #1E935B
Complementary color
Monochromatic Colors of #1E935B
Black with #1E935B
Text Example
Text Example
White with #1E935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E935B; }
p { color: rgb(30,147,91); }
H1.HeaderClassName
{
color: #1E935B;
}
.AnyTagClassName
{
color: #1E935B;
}
</style>
background-color css
<style>
a { background-color: #1E935B; }
a { background-color: rgb(30,147,91); }
div.DivClassName
{
background-color: #1E935B;
}
.BgClassName
{
background-color: #1E935B;
}
</style>
border-color css
<style>
span { border-color: #1E935B; }
span { border-color: rgb(30,147,91); }
td.TdClassName
{
border-color: #1E935B;
}
.TagClassName
{
border-color: #1E935B;
}
</style>