Shades of Light Sea Green #1EAFBA
Tints of Light Sea Green #1EAFBA
RGB
CMYK
RGB Variations
Color information
#1EAFBA (or 0x1EAFBA) is known color: Light Sea Green. HEX triplet: 1E, AF and BA. RGB value is (30,175,186). Sum of RGB (Red+Green+Blue) = 30+175+186=391 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.67% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #1EAFBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAFBA is #E15045. Grayscale: #848484. Windows color (decimal): -14766150 or 12234526. OLE color: 12234526.
HSL color Cylindrical-coordinate representation of color #1EAFBA: hue angle of 184.23º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EAFBA is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 175 | 186 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.27 |
| HSL | 184.23º | 0.72% | 0.42% | - |
| HSV(B) | 184.23º | 0.84% | 0.73% | - |
| XYZ | 24.73 | 34.48 | 51.81 | - |
| YUV | 132.9 | 157.96 | 54.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 175 | 186 | 0.84 | 0.06 | 0 | 0.27 | 184.23 | 0.72 | 0.42 |
| Hex | 1E | AF | BA | 54 | 6 | 0 | 1B | B8 | 48 | 2A |
| Octal | 36 | 257 | 272 | 124 | 6 | 0 | 33 | 270 | 110 | 52 |
| Binary | 11110 | 10101111 | 10111010 | 1010100 | 110 | 0 | 11011 | 10111000 | 1001000 | 101010 |
Color Harmonies of #1EAFBA
Complementary color
Monochromatic Colors of #1EAFBA
Black with #1EAFBA
Text Example
Text Example
White with #1EAFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAFBA; }
p { color: rgb(30,175,186); }
H1.HeaderClassName
{
color: #1EAFBA;
}
.AnyTagClassName
{
color: #1EAFBA;
}
</style>
background-color css
<style>
a { background-color: #1EAFBA; }
a { background-color: rgb(30,175,186); }
div.DivClassName
{
background-color: #1EAFBA;
}
.BgClassName
{
background-color: #1EAFBA;
}
</style>
border-color css
<style>
span { border-color: #1EAFBA; }
span { border-color: rgb(30,175,186); }
td.TdClassName
{
border-color: #1EAFBA;
}
.TagClassName
{
border-color: #1EAFBA;
}
</style>