Shades of Light Sea Green #1EAFAC
Tints of Light Sea Green #1EAFAC
RGB
CMYK
RGB Variations
Color information
#1EAFAC (or 0x1EAFAC) is known color: Light Sea Green. HEX triplet: 1E, AF and AC. RGB value is (30,175,172). Sum of RGB (Red+Green+Blue) = 30+175+172=377 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.96% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #1EAFAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAFAC is #E15053. Grayscale: #838383. Windows color (decimal): -14766164 or 11317022. OLE color: 11317022.
HSL color Cylindrical-coordinate representation of color #1EAFAC: hue angle of 178.76º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAFAC is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 30 | 175 | 172 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.31 |
| HSL | 178.76º | 0.71% | 0.4% | - |
| HSV(B) | 178.76º | 0.83% | 0.69% | - |
| XYZ | 23.31 | 33.91 | 44.35 | - |
| YUV | 131.3 | 150.96 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 175 | 172 | 0.83 | 0 | 0.02 | 0.31 | 178.76 | 0.71 | 0.4 |
| Hex | 1E | AF | AC | 53 | 0 | 2 | 1F | B3 | 47 | 28 |
| Octal | 36 | 257 | 254 | 123 | 0 | 2 | 37 | 263 | 107 | 50 |
| Binary | 11110 | 10101111 | 10101100 | 1010011 | 0 | 10 | 11111 | 10110011 | 1000111 | 101000 |
Color Harmonies of #1EAFAC
Complementary color
Monochromatic Colors of #1EAFAC
Black with #1EAFAC
Text Example
Text Example
White with #1EAFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAFAC; }
p { color: rgb(30,175,172); }
H1.HeaderClassName
{
color: #1EAFAC;
}
.AnyTagClassName
{
color: #1EAFAC;
}
</style>
background-color css
<style>
a { background-color: #1EAFAC; }
a { background-color: rgb(30,175,172); }
div.DivClassName
{
background-color: #1EAFAC;
}
.BgClassName
{
background-color: #1EAFAC;
}
</style>
border-color css
<style>
span { border-color: #1EAFAC; }
span { border-color: rgb(30,175,172); }
td.TdClassName
{
border-color: #1EAFAC;
}
.TagClassName
{
border-color: #1EAFAC;
}
</style>