Shades of Light Sea Green #1EAEBC
Tints of Light Sea Green #1EAEBC
RGB
CMYK
RGB Variations
Color information
#1EAEBC (or 0x1EAEBC) is known color: Light Sea Green. HEX triplet: 1E, AE and BC. RGB value is (30,174,188). Sum of RGB (Red+Green+Blue) = 30+174+188=392 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.65% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #1EAEBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAEBC is #E15143. Grayscale: #848484. Windows color (decimal): -14766404 or 12365342. OLE color: 12365342.
HSL color Cylindrical-coordinate representation of color #1EAEBC: hue angle of 185.32º 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 #1EAEBC is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 174 | 188 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.26 |
| HSL | 185.32º | 0.72% | 0.43% | - |
| HSV(B) | 185.32º | 0.84% | 0.74% | - |
| XYZ | 24.75 | 34.18 | 52.87 | - |
| YUV | 132.54 | 159.29 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 174 | 188 | 0.84 | 0.07 | 0 | 0.26 | 185.32 | 0.72 | 0.43 |
| Hex | 1E | AE | BC | 54 | 7 | 0 | 1A | B9 | 48 | 2B |
| Octal | 36 | 256 | 274 | 124 | 7 | 0 | 32 | 271 | 110 | 53 |
| Binary | 11110 | 10101110 | 10111100 | 1010100 | 111 | 0 | 11010 | 10111001 | 1001000 | 101011 |
Color Harmonies of #1EAEBC
Complementary color
Monochromatic Colors of #1EAEBC
Black with #1EAEBC
Text Example
Text Example
White with #1EAEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAEBC; }
p { color: rgb(30,174,188); }
H1.HeaderClassName
{
color: #1EAEBC;
}
.AnyTagClassName
{
color: #1EAEBC;
}
</style>
background-color css
<style>
a { background-color: #1EAEBC; }
a { background-color: rgb(30,174,188); }
div.DivClassName
{
background-color: #1EAEBC;
}
.BgClassName
{
background-color: #1EAEBC;
}
</style>
border-color css
<style>
span { border-color: #1EAEBC; }
span { border-color: rgb(30,174,188); }
td.TdClassName
{
border-color: #1EAEBC;
}
.TagClassName
{
border-color: #1EAEBC;
}
</style>