Shades of Light Sea Green #1EBDB5
Tints of Light Sea Green #1EBDB5
RGB
CMYK
RGB Variations
Color information
#1EBDB5 (or 0x1EBDB5) is known color: Light Sea Green. HEX triplet: 1E, BD and B5. RGB value is (30,189,181). Sum of RGB (Red+Green+Blue) = 30+189+181=400 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.5% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 181 (71.09% from 255 or 45.25% from 400); Max value from RGB is 189 - color contains mainly: green. Hex color #1EBDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBDB5 is #E1424A. Grayscale: #8C8C8C. Windows color (decimal): -14762571 or 11910430. OLE color: 11910430.
HSL color Cylindrical-coordinate representation of color #1EBDB5: hue angle of 176.98º 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 #1EBDB5 is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 189 | 181 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.26 |
| HSL | 176.98º | 0.73% | 0.43% | - |
| HSV(B) | 176.98º | 0.84% | 0.74% | - |
| XYZ | 27.07 | 40.01 | 50.01 | - |
| YUV | 140.55 | 150.82 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 189 | 181 | 0.84 | 0 | 0.04 | 0.26 | 176.98 | 0.73 | 0.43 |
| Hex | 1E | BD | B5 | 54 | 0 | 4 | 1A | B1 | 49 | 2B |
| Octal | 36 | 275 | 265 | 124 | 0 | 4 | 32 | 261 | 111 | 53 |
| Binary | 11110 | 10111101 | 10110101 | 1010100 | 0 | 100 | 11010 | 10110001 | 1001001 | 101011 |
Color Harmonies of #1EBDB5
Complementary color
Monochromatic Colors of #1EBDB5
Black with #1EBDB5
Text Example
Text Example
White with #1EBDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBDB5; }
p { color: rgb(30,189,181); }
H1.HeaderClassName
{
color: #1EBDB5;
}
.AnyTagClassName
{
color: #1EBDB5;
}
</style>
background-color css
<style>
a { background-color: #1EBDB5; }
a { background-color: rgb(30,189,181); }
div.DivClassName
{
background-color: #1EBDB5;
}
.BgClassName
{
background-color: #1EBDB5;
}
</style>
border-color css
<style>
span { border-color: #1EBDB5; }
span { border-color: rgb(30,189,181); }
td.TdClassName
{
border-color: #1EBDB5;
}
.TagClassName
{
border-color: #1EBDB5;
}
</style>