Shades of Light Sea Green #1EB2BC
Tints of Light Sea Green #1EB2BC
RGB
CMYK
RGB Variations
Color information
#1EB2BC (or 0x1EB2BC) is known color: Light Sea Green. HEX triplet: 1E, B2 and BC. RGB value is (30,178,188). Sum of RGB (Red+Green+Blue) = 30+178+188=396 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.58% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #1EB2BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EB2BC is #E14D43. Grayscale: #868686. Windows color (decimal): -14765380 or 12366366. OLE color: 12366366.
HSL color Cylindrical-coordinate representation of color #1EB2BC: hue angle of 183.8º 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 #1EB2BC is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 178 | 188 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.26 |
| HSL | 183.8º | 0.72% | 0.43% | - |
| HSV(B) | 183.8º | 0.84% | 0.74% | - |
| XYZ | 25.53 | 35.75 | 53.13 | - |
| YUV | 134.89 | 157.97 | 53.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 178 | 188 | 0.84 | 0.05 | 0 | 0.26 | 183.8 | 0.72 | 0.43 |
| Hex | 1E | B2 | BC | 54 | 5 | 0 | 1A | B8 | 48 | 2B |
| Octal | 36 | 262 | 274 | 124 | 5 | 0 | 32 | 270 | 110 | 53 |
| Binary | 11110 | 10110010 | 10111100 | 1010100 | 101 | 0 | 11010 | 10111000 | 1001000 | 101011 |
Color Harmonies of #1EB2BC
Complementary color
Monochromatic Colors of #1EB2BC
Black with #1EB2BC
Text Example
Text Example
White with #1EB2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB2BC; }
p { color: rgb(30,178,188); }
H1.HeaderClassName
{
color: #1EB2BC;
}
.AnyTagClassName
{
color: #1EB2BC;
}
</style>
background-color css
<style>
a { background-color: #1EB2BC; }
a { background-color: rgb(30,178,188); }
div.DivClassName
{
background-color: #1EB2BC;
}
.BgClassName
{
background-color: #1EB2BC;
}
</style>
border-color css
<style>
span { border-color: #1EB2BC; }
span { border-color: rgb(30,178,188); }
td.TdClassName
{
border-color: #1EB2BC;
}
.TagClassName
{
border-color: #1EB2BC;
}
</style>