Shades of Light Sea Green #1EBF9F
Tints of Light Sea Green #1EBF9F
RGB
CMYK
RGB Variations
Color information
#1EBF9F (or 0x1EBF9F) is known color: Light Sea Green. HEX triplet: 1E, BF and 9F. RGB value is (30,191,159). Sum of RGB (Red+Green+Blue) = 30+191+159=380 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.89% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #1EBF9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBF9F is #E14060. Grayscale: #8B8B8B. Windows color (decimal): -14762081 or 10469150. OLE color: 10469150.
HSL color Cylindrical-coordinate representation of color #1EBF9F: hue angle of 168.07º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBF9F is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 191 | 159 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.25 |
| HSL | 168.07º | 0.73% | 0.43% | - |
| HSV(B) | 168.07º | 0.84% | 0.75% | - |
| XYZ | 25.42 | 40.04 | 39.19 | - |
| YUV | 139.21 | 139.16 | 50.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 191 | 159 | 0.84 | 0 | 0.17 | 0.25 | 168.07 | 0.73 | 0.43 |
| Hex | 1E | BF | 9F | 54 | 0 | 11 | 19 | A8 | 49 | 2B |
| Octal | 36 | 277 | 237 | 124 | 0 | 21 | 31 | 250 | 111 | 53 |
| Binary | 11110 | 10111111 | 10011111 | 1010100 | 0 | 10001 | 11001 | 10101000 | 1001001 | 101011 |
Color Harmonies of #1EBF9F
Complementary color
Monochromatic Colors of #1EBF9F
Black with #1EBF9F
Text Example
Text Example
White with #1EBF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBF9F; }
p { color: rgb(30,191,159); }
H1.HeaderClassName
{
color: #1EBF9F;
}
.AnyTagClassName
{
color: #1EBF9F;
}
</style>
background-color css
<style>
a { background-color: #1EBF9F; }
a { background-color: rgb(30,191,159); }
div.DivClassName
{
background-color: #1EBF9F;
}
.BgClassName
{
background-color: #1EBF9F;
}
</style>
border-color css
<style>
span { border-color: #1EBF9F; }
span { border-color: rgb(30,191,159); }
td.TdClassName
{
border-color: #1EBF9F;
}
.TagClassName
{
border-color: #1EBF9F;
}
</style>