Shades of Light Sea Green #1EB6A5
Tints of Light Sea Green #1EB6A5
RGB
CMYK
RGB Variations
Color information
#1EB6A5 (or 0x1EB6A5) is known color: Light Sea Green. HEX triplet: 1E, B6 and A5. RGB value is (30,182,165). Sum of RGB (Red+Green+Blue) = 30+182+165=377 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.96% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 165 (64.84% from 255 or 43.77% from 377); Max value from RGB is 182 - color contains mainly: green. Hex color #1EB6A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EB6A5 is #E1495A. Grayscale: #868686. Windows color (decimal): -14764379 or 10860062. OLE color: 10860062.
HSL color Cylindrical-coordinate representation of color #1EB6A5: hue angle of 173.29º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EB6A5 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 30 | 182 | 165 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.29 |
| HSL | 173.29º | 0.72% | 0.42% | - |
| HSV(B) | 173.29º | 0.84% | 0.71% | - |
| XYZ | 24.05 | 36.45 | 41.36 | - |
| YUV | 134.61 | 145.14 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 182 | 165 | 0.84 | 0 | 0.09 | 0.29 | 173.29 | 0.72 | 0.42 |
| Hex | 1E | B6 | A5 | 54 | 0 | 9 | 1D | AD | 48 | 2A |
| Octal | 36 | 266 | 245 | 124 | 0 | 11 | 35 | 255 | 110 | 52 |
| Binary | 11110 | 10110110 | 10100101 | 1010100 | 0 | 1001 | 11101 | 10101101 | 1001000 | 101010 |
Color Harmonies of #1EB6A5
Complementary color
Monochromatic Colors of #1EB6A5
Black with #1EB6A5
Text Example
Text Example
White with #1EB6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB6A5; }
p { color: rgb(30,182,165); }
H1.HeaderClassName
{
color: #1EB6A5;
}
.AnyTagClassName
{
color: #1EB6A5;
}
</style>
background-color css
<style>
a { background-color: #1EB6A5; }
a { background-color: rgb(30,182,165); }
div.DivClassName
{
background-color: #1EB6A5;
}
.BgClassName
{
background-color: #1EB6A5;
}
</style>
border-color css
<style>
span { border-color: #1EB6A5; }
span { border-color: rgb(30,182,165); }
td.TdClassName
{
border-color: #1EB6A5;
}
.TagClassName
{
border-color: #1EB6A5;
}
</style>