Shades of Light Sea Green #1EBDB1
Tints of Light Sea Green #1EBDB1
RGB
CMYK
RGB Variations
Color information
#1EBDB1 (or 0x1EBDB1) is known color: Light Sea Green. HEX triplet: 1E, BD and B1. RGB value is (30,189,177). Sum of RGB (Red+Green+Blue) = 30+189+177=396 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.58% from 396); Green value is 189 (74.22% from 255 or 47.73% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 189 - color contains mainly: green. Hex color #1EBDB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBDB1 is #E1424E. Grayscale: #8B8B8B. Windows color (decimal): -14762575 or 11648286. OLE color: 11648286.
HSL color Cylindrical-coordinate representation of color #1EBDB1: hue angle of 175.47º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBDB1 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 189 | 177 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.26 |
| HSL | 175.47º | 0.73% | 0.43% | - |
| HSV(B) | 175.47º | 0.84% | 0.74% | - |
| XYZ | 26.67 | 39.85 | 47.88 | - |
| YUV | 140.09 | 148.82 | 49.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 189 | 177 | 0.84 | 0 | 0.06 | 0.26 | 175.47 | 0.73 | 0.43 |
| Hex | 1E | BD | B1 | 54 | 0 | 6 | 1A | AF | 49 | 2B |
| Octal | 36 | 275 | 261 | 124 | 0 | 6 | 32 | 257 | 111 | 53 |
| Binary | 11110 | 10111101 | 10110001 | 1010100 | 0 | 110 | 11010 | 10101111 | 1001001 | 101011 |
Color Harmonies of #1EBDB1
Complementary color
Monochromatic Colors of #1EBDB1
Black with #1EBDB1
Text Example
Text Example
White with #1EBDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBDB1; }
p { color: rgb(30,189,177); }
H1.HeaderClassName
{
color: #1EBDB1;
}
.AnyTagClassName
{
color: #1EBDB1;
}
</style>
background-color css
<style>
a { background-color: #1EBDB1; }
a { background-color: rgb(30,189,177); }
div.DivClassName
{
background-color: #1EBDB1;
}
.BgClassName
{
background-color: #1EBDB1;
}
</style>
border-color css
<style>
span { border-color: #1EBDB1; }
span { border-color: rgb(30,189,177); }
td.TdClassName
{
border-color: #1EBDB1;
}
.TagClassName
{
border-color: #1EBDB1;
}
</style>