Shades of Light Sea Green #1EBBBC
Tints of Light Sea Green #1EBBBC
RGB
CMYK
RGB Variations
Color information
#1EBBBC (or 0x1EBBBC) is known color: Light Sea Green. HEX triplet: 1E, BB and BC. RGB value is (30,187,188). Sum of RGB (Red+Green+Blue) = 30+187+188=405 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.41% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #1EBBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBBBC is #E14443. Grayscale: #8C8C8C. Windows color (decimal): -14763076 or 12368670. OLE color: 12368670.
HSL color Cylindrical-coordinate representation of color #1EBBBC: hue angle of 180.38º 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 #1EBBBC is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 187 | 188 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.26 |
| HSL | 180.38º | 0.72% | 0.43% | - |
| HSV(B) | 180.38º | 0.84% | 0.74% | - |
| XYZ | 27.38 | 39.45 | 53.75 | - |
| YUV | 140.17 | 154.99 | 49.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 187 | 188 | 0.84 | 0.01 | 0 | 0.26 | 180.38 | 0.72 | 0.43 |
| Hex | 1E | BB | BC | 54 | 1 | 0 | 1A | B4 | 48 | 2B |
| Octal | 36 | 273 | 274 | 124 | 1 | 0 | 32 | 264 | 110 | 53 |
| Binary | 11110 | 10111011 | 10111100 | 1010100 | 1 | 0 | 11010 | 10110100 | 1001000 | 101011 |
Color Harmonies of #1EBBBC
Complementary color
Monochromatic Colors of #1EBBBC
Black with #1EBBBC
Text Example
Text Example
White with #1EBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBBBC; }
p { color: rgb(30,187,188); }
H1.HeaderClassName
{
color: #1EBBBC;
}
.AnyTagClassName
{
color: #1EBBBC;
}
</style>
background-color css
<style>
a { background-color: #1EBBBC; }
a { background-color: rgb(30,187,188); }
div.DivClassName
{
background-color: #1EBBBC;
}
.BgClassName
{
background-color: #1EBBBC;
}
</style>
border-color css
<style>
span { border-color: #1EBBBC; }
span { border-color: rgb(30,187,188); }
td.TdClassName
{
border-color: #1EBBBC;
}
.TagClassName
{
border-color: #1EBBBC;
}
</style>