Shades of Sea Green #1E935A
Tints of Sea Green #1E935A
RGB
CMYK
RGB Variations
Color information
#1E935A (or 0x1E935A) is known color: Sea Green. HEX triplet: 1E, 93 and 5A. RGB value is (30,147,90). Sum of RGB (Red+Green+Blue) = 30+147+90=267 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.24% from 267); Green value is 147 (57.81% from 255 or 55.06% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 147 - color contains mainly: green. Hex color #1E935A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E935A is #E16CA5. Grayscale: #696969. Windows color (decimal): -14773414 or 5935902. OLE color: 5935902.
HSL color Cylindrical-coordinate representation of color #1E935A: hue angle of 150.77º 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 #1E935A is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 147 | 90 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.42 |
| HSL | 150.77º | 0.66% | 0.35% | - |
| HSV(B) | 150.77º | 0.8% | 0.58% | - |
| XYZ | 12.81 | 21.88 | 13.22 | - |
| YUV | 105.52 | 119.24 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 147 | 90 | 0.80 | 0 | 0.39 | 0.42 | 150.77 | 0.66 | 0.35 |
| Hex | 1E | 93 | 5A | 50 | 0 | 27 | 2A | 97 | 42 | 23 |
| Octal | 36 | 223 | 132 | 120 | 0 | 47 | 52 | 227 | 102 | 43 |
| Binary | 11110 | 10010011 | 1011010 | 1010000 | 0 | 100111 | 101010 | 10010111 | 1000010 | 100011 |
Color Harmonies of #1E935A
Complementary color
Monochromatic Colors of #1E935A
Black with #1E935A
Text Example
Text Example
White with #1E935A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E935A; }
p { color: rgb(30,147,90); }
H1.HeaderClassName
{
color: #1E935A;
}
.AnyTagClassName
{
color: #1E935A;
}
</style>
background-color css
<style>
a { background-color: #1E935A; }
a { background-color: rgb(30,147,90); }
div.DivClassName
{
background-color: #1E935A;
}
.BgClassName
{
background-color: #1E935A;
}
</style>
border-color css
<style>
span { border-color: #1E935A; }
span { border-color: rgb(30,147,90); }
td.TdClassName
{
border-color: #1E935A;
}
.TagClassName
{
border-color: #1E935A;
}
</style>