Shades of Light Sea Green #1EC3BE
Tints of Light Sea Green #1EC3BE
RGB
CMYK
RGB Variations
Color information
#1EC3BE (or 0x1EC3BE) is known color: Light Sea Green. HEX triplet: 1E, C3 and BE. RGB value is (30,195,190). Sum of RGB (Red+Green+Blue) = 30+195+190=415 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.23% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 195 - color contains mainly: green. Hex color #1EC3BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC3BE is #E13C41. Grayscale: #909090. Windows color (decimal): -14761026 or 12501790. OLE color: 12501790.
HSL color Cylindrical-coordinate representation of color #1EC3BE: hue angle of 178.18º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC3BE is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 195 | 190 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.24 |
| HSL | 178.18º | 0.73% | 0.44% | - |
| HSV(B) | 178.18º | 0.85% | 0.76% | - |
| XYZ | 29.34 | 43.02 | 55.47 | - |
| YUV | 145.1 | 153.34 | 45.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 195 | 190 | 0.85 | 0 | 0.03 | 0.24 | 178.18 | 0.73 | 0.44 |
| Hex | 1E | C3 | BE | 55 | 0 | 3 | 18 | B2 | 49 | 2C |
| Octal | 36 | 303 | 276 | 125 | 0 | 3 | 30 | 262 | 111 | 54 |
| Binary | 11110 | 11000011 | 10111110 | 1010101 | 0 | 11 | 11000 | 10110010 | 1001001 | 101100 |
Color Harmonies of #1EC3BE
Complementary color
Monochromatic Colors of #1EC3BE
Black with #1EC3BE
Text Example
Text Example
White with #1EC3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC3BE; }
p { color: rgb(30,195,190); }
H1.HeaderClassName
{
color: #1EC3BE;
}
.AnyTagClassName
{
color: #1EC3BE;
}
</style>
background-color css
<style>
a { background-color: #1EC3BE; }
a { background-color: rgb(30,195,190); }
div.DivClassName
{
background-color: #1EC3BE;
}
.BgClassName
{
background-color: #1EC3BE;
}
</style>
border-color css
<style>
span { border-color: #1EC3BE; }
span { border-color: rgb(30,195,190); }
td.TdClassName
{
border-color: #1EC3BE;
}
.TagClassName
{
border-color: #1EC3BE;
}
</style>