Shades of Light Sea Green #1EAFC0
Tints of Light Sea Green #1EAFC0
RGB
CMYK
RGB Variations
Color information
#1EAFC0 (or 0x1EAFC0) is known color: Light Sea Green. HEX triplet: 1E, AF and C0. RGB value is (30,175,192). Sum of RGB (Red+Green+Blue) = 30+175+192=397 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.56% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #1EAFC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAFC0 is #E1503F. Grayscale: #858585. Windows color (decimal): -14766144 or 12627742. OLE color: 12627742.
HSL color Cylindrical-coordinate representation of color #1EAFC0: hue angle of 186.3º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EAFC0 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 175 | 192 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.25 |
| HSL | 186.3º | 0.73% | 0.44% | - |
| HSV(B) | 186.3º | 0.84% | 0.75% | - |
| XYZ | 25.38 | 34.74 | 55.24 | - |
| YUV | 133.58 | 160.96 | 54.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 175 | 192 | 0.84 | 0.09 | 0 | 0.25 | 186.3 | 0.73 | 0.44 |
| Hex | 1E | AF | C0 | 54 | 9 | 0 | 19 | BA | 49 | 2C |
| Octal | 36 | 257 | 300 | 124 | 11 | 0 | 31 | 272 | 111 | 54 |
| Binary | 11110 | 10101111 | 11000000 | 1010100 | 1001 | 0 | 11001 | 10111010 | 1001001 | 101100 |
Color Harmonies of #1EAFC0
Complementary color
Monochromatic Colors of #1EAFC0
Black with #1EAFC0
Text Example
Text Example
White with #1EAFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAFC0; }
p { color: rgb(30,175,192); }
H1.HeaderClassName
{
color: #1EAFC0;
}
.AnyTagClassName
{
color: #1EAFC0;
}
</style>
background-color css
<style>
a { background-color: #1EAFC0; }
a { background-color: rgb(30,175,192); }
div.DivClassName
{
background-color: #1EAFC0;
}
.BgClassName
{
background-color: #1EAFC0;
}
</style>
border-color css
<style>
span { border-color: #1EAFC0; }
span { border-color: rgb(30,175,192); }
td.TdClassName
{
border-color: #1EAFC0;
}
.TagClassName
{
border-color: #1EAFC0;
}
</style>