Shades of Light Sea Green #1EBFB0
Tints of Light Sea Green #1EBFB0
RGB
CMYK
RGB Variations
Color information
#1EBFB0 (or 0x1EBFB0) is known color: Light Sea Green. HEX triplet: 1E, BF and B0. RGB value is (30,191,176). Sum of RGB (Red+Green+Blue) = 30+191+176=397 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.56% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 176 (69.14% from 255 or 44.33% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #1EBFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBFB0 is #E1404F. Grayscale: #8D8D8D. Windows color (decimal): -14762064 or 11583262. OLE color: 11583262.
HSL color Cylindrical-coordinate representation of color #1EBFB0: hue angle of 174.41º 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 #1EBFB0 is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 191 | 176 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.25 |
| HSL | 174.41º | 0.73% | 0.43% | - |
| HSV(B) | 174.41º | 0.84% | 0.75% | - |
| XYZ | 27 | 40.67 | 47.5 | - |
| YUV | 141.15 | 147.66 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 191 | 176 | 0.84 | 0 | 0.08 | 0.25 | 174.41 | 0.73 | 0.43 |
| Hex | 1E | BF | B0 | 54 | 0 | 8 | 19 | AE | 49 | 2B |
| Octal | 36 | 277 | 260 | 124 | 0 | 10 | 31 | 256 | 111 | 53 |
| Binary | 11110 | 10111111 | 10110000 | 1010100 | 0 | 1000 | 11001 | 10101110 | 1001001 | 101011 |
Color Harmonies of #1EBFB0
Complementary color
Monochromatic Colors of #1EBFB0
Black with #1EBFB0
Text Example
Text Example
White with #1EBFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBFB0; }
p { color: rgb(30,191,176); }
H1.HeaderClassName
{
color: #1EBFB0;
}
.AnyTagClassName
{
color: #1EBFB0;
}
</style>
background-color css
<style>
a { background-color: #1EBFB0; }
a { background-color: rgb(30,191,176); }
div.DivClassName
{
background-color: #1EBFB0;
}
.BgClassName
{
background-color: #1EBFB0;
}
</style>
border-color css
<style>
span { border-color: #1EBFB0; }
span { border-color: rgb(30,191,176); }
td.TdClassName
{
border-color: #1EBFB0;
}
.TagClassName
{
border-color: #1EBFB0;
}
</style>