Shades of Light Sea Green #1EBAC1
Tints of Light Sea Green #1EBAC1
RGB
CMYK
RGB Variations
Color information
#1EBAC1 (or 0x1EBAC1) is known color: Light Sea Green. HEX triplet: 1E, BA and C1. RGB value is (30,186,193). Sum of RGB (Red+Green+Blue) = 30+186+193=409 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.33% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #1EBAC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBAC1 is #E1453E. Grayscale: #8B8B8B. Windows color (decimal): -14763327 or 12696094. OLE color: 12696094.
HSL color Cylindrical-coordinate representation of color #1EBAC1: hue angle of 182.58º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBAC1 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 186 | 193 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.24 |
| HSL | 182.58º | 0.73% | 0.44% | - |
| HSV(B) | 182.58º | 0.84% | 0.76% | - |
| XYZ | 27.72 | 39.24 | 56.57 | - |
| YUV | 140.15 | 157.82 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 193 | 0.84 | 0.04 | 0 | 0.24 | 182.58 | 0.73 | 0.44 |
| Hex | 1E | BA | C1 | 54 | 4 | 0 | 18 | B7 | 49 | 2C |
| Octal | 36 | 272 | 301 | 124 | 4 | 0 | 30 | 267 | 111 | 54 |
| Binary | 11110 | 10111010 | 11000001 | 1010100 | 100 | 0 | 11000 | 10110111 | 1001001 | 101100 |
Color Harmonies of #1EBAC1
Complementary color
Monochromatic Colors of #1EBAC1
Black with #1EBAC1
Text Example
Text Example
White with #1EBAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBAC1; }
p { color: rgb(30,186,193); }
H1.HeaderClassName
{
color: #1EBAC1;
}
.AnyTagClassName
{
color: #1EBAC1;
}
</style>
background-color css
<style>
a { background-color: #1EBAC1; }
a { background-color: rgb(30,186,193); }
div.DivClassName
{
background-color: #1EBAC1;
}
.BgClassName
{
background-color: #1EBAC1;
}
</style>
border-color css
<style>
span { border-color: #1EBAC1; }
span { border-color: rgb(30,186,193); }
td.TdClassName
{
border-color: #1EBAC1;
}
.TagClassName
{
border-color: #1EBAC1;
}
</style>