Shades of Sea Green #1E9552
Tints of Sea Green #1E9552
RGB
CMYK
RGB Variations
Color information
#1E9552 (or 0x1E9552) is known color: Sea Green. HEX triplet: 1E, 95 and 52. RGB value is (30,149,82). Sum of RGB (Red+Green+Blue) = 30+149+82=261 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.49% from 261); Green value is 149 (58.59% from 255 or 57.09% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 149 - color contains mainly: green. Hex color #1E9552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9552 is #E16AAD. Grayscale: #696969. Windows color (decimal): -14772910 or 5412126. OLE color: 5412126.
HSL color Cylindrical-coordinate representation of color #1E9552: hue angle of 146.22º 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 #1E9552 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 149 | 82 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.42 |
| HSL | 146.22º | 0.66% | 0.35% | - |
| HSV(B) | 146.22º | 0.8% | 0.58% | - |
| XYZ | 12.81 | 22.38 | 11.63 | - |
| YUV | 105.78 | 114.58 | 73.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 149 | 82 | 0.80 | 0 | 0.45 | 0.42 | 146.22 | 0.66 | 0.35 |
| Hex | 1E | 95 | 52 | 50 | 0 | 2D | 2A | 92 | 42 | 23 |
| Octal | 36 | 225 | 122 | 120 | 0 | 55 | 52 | 222 | 102 | 43 |
| Binary | 11110 | 10010101 | 1010010 | 1010000 | 0 | 101101 | 101010 | 10010010 | 1000010 | 100011 |
Color Harmonies of #1E9552
Complementary color
Monochromatic Colors of #1E9552
Black with #1E9552
Text Example
Text Example
White with #1E9552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9552; }
p { color: rgb(30,149,82); }
H1.HeaderClassName
{
color: #1E9552;
}
.AnyTagClassName
{
color: #1E9552;
}
</style>
background-color css
<style>
a { background-color: #1E9552; }
a { background-color: rgb(30,149,82); }
div.DivClassName
{
background-color: #1E9552;
}
.BgClassName
{
background-color: #1E9552;
}
</style>
border-color css
<style>
span { border-color: #1E9552; }
span { border-color: rgb(30,149,82); }
td.TdClassName
{
border-color: #1E9552;
}
.TagClassName
{
border-color: #1E9552;
}
</style>