Shades of Sea Green #1E965C
Tints of Sea Green #1E965C
RGB
CMYK
RGB Variations
Color information
#1E965C (or 0x1E965C) is known color: Sea Green. HEX triplet: 1E, 96 and 5C. RGB value is (30,150,92). Sum of RGB (Red+Green+Blue) = 30+150+92=272 (36% of max value = 765). Red value is 30 (12.11% from 255 or 11.03% from 272); Green value is 150 (58.98% from 255 or 55.15% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 150 - color contains mainly: green. Hex color #1E965C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E965C is #E169A3. Grayscale: #6B6B6B. Windows color (decimal): -14772644 or 6067742. OLE color: 6067742.
HSL color Cylindrical-coordinate representation of color #1E965C: hue angle of 151º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E965C is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 30 | 150 | 92 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.41 |
| HSL | 151º | 0.67% | 0.35% | - |
| HSV(B) | 151º | 0.8% | 0.59% | - |
| XYZ | 13.37 | 22.86 | 13.83 | - |
| YUV | 107.51 | 119.24 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 150 | 92 | 0.80 | 0 | 0.39 | 0.41 | 151 | 0.67 | 0.35 |
| Hex | 1E | 96 | 5C | 50 | 0 | 27 | 29 | 97 | 43 | 23 |
| Octal | 36 | 226 | 134 | 120 | 0 | 47 | 51 | 227 | 103 | 43 |
| Binary | 11110 | 10010110 | 1011100 | 1010000 | 0 | 100111 | 101001 | 10010111 | 1000011 | 100011 |
Color Harmonies of #1E965C
Complementary color
Monochromatic Colors of #1E965C
Black with #1E965C
Text Example
Text Example
White with #1E965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E965C; }
p { color: rgb(30,150,92); }
H1.HeaderClassName
{
color: #1E965C;
}
.AnyTagClassName
{
color: #1E965C;
}
</style>
background-color css
<style>
a { background-color: #1E965C; }
a { background-color: rgb(30,150,92); }
div.DivClassName
{
background-color: #1E965C;
}
.BgClassName
{
background-color: #1E965C;
}
</style>
border-color css
<style>
span { border-color: #1E965C; }
span { border-color: rgb(30,150,92); }
td.TdClassName
{
border-color: #1E965C;
}
.TagClassName
{
border-color: #1E965C;
}
</style>