Shades of Light Sea Green #1EBCA8
Tints of Light Sea Green #1EBCA8
RGB
CMYK
RGB Variations
Color information
#1EBCA8 (or 0x1EBCA8) is known color: Light Sea Green. HEX triplet: 1E, BC and A8. RGB value is (30,188,168). Sum of RGB (Red+Green+Blue) = 30+188+168=386 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.77% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 168 (66.02% from 255 or 43.52% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #1EBCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBCA8 is #E14357. Grayscale: #8A8A8A. Windows color (decimal): -14762840 or 11058206. OLE color: 11058206.
HSL color Cylindrical-coordinate representation of color #1EBCA8: hue angle of 172.41º degrees, saturation: 0.72, 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 #1EBCA8 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
RGB | 30 | 188 | 168 | - |
CMYK | 0.84 | 0 | 0.11 | 0.26 |
HSL | 172.41º | 0.72% | 0.43% | - |
HSV(B) | 172.41º | 0.84% | 0.74% | - |
XYZ | 25.59 | 39.07 | 43.24 | - |
YUV | 138.48 | 144.65 | 50.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 188 | 168 | 0.84 | 0 | 0.11 | 0.26 | 172.41 | 0.72 | 0.43 |
Hex | 1E | BC | A8 | 54 | 0 | B | 1A | AC | 48 | 2B |
Octal | 36 | 274 | 250 | 124 | 0 | 13 | 32 | 254 | 110 | 53 |
Binary | 11110 | 10111100 | 10101000 | 1010100 | 0 | 1011 | 11010 | 10101100 | 1001000 | 101011 |
Color Harmonies of #1EBCA8
Complementary color
Monochromatic Colors of #1EBCA8
Black with #1EBCA8
Text Example
Text Example
White with #1EBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBCA8; }
p { color: rgb(30,188,168); }
H1.HeaderClassName
{
color: #1EBCA8;
}
.AnyTagClassName
{
color: #1EBCA8;
}
</style>
background-color css
<style>
a { background-color: #1EBCA8; }
a { background-color: rgb(30,188,168); }
div.DivClassName
{
background-color: #1EBCA8;
}
.BgClassName
{
background-color: #1EBCA8;
}
</style>
border-color css
<style>
span { border-color: #1EBCA8; }
span { border-color: rgb(30,188,168); }
td.TdClassName
{
border-color: #1EBCA8;
}
.TagClassName
{
border-color: #1EBCA8;
}
</style>