Shades of Light Sea Green #2EADAF
Tints of Light Sea Green #2EADAF
RGB
CMYK
RGB Variations
Color information
#2EADAF (or 0x2EADAF) is known color: Light Sea Green. HEX triplet: 2E, AD and AF. RGB value is (46,173,175). Sum of RGB (Red+Green+Blue) = 46+173+175=394 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.68% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #2EADAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EADAF is #D15250. Grayscale: #878787. Windows color (decimal): -13718097 or 11513134. OLE color: 11513134.
HSL color Cylindrical-coordinate representation of color #2EADAF: hue angle of 180.93º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EADAF is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 173 | 175 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.31 |
| HSL | 180.93º | 0.58% | 0.43% | - |
| HSV(B) | 180.93º | 0.74% | 0.69% | - |
| XYZ | 23.81 | 33.56 | 45.78 | - |
| YUV | 135.26 | 150.42 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 173 | 175 | 0.74 | 0.01 | 0 | 0.31 | 180.93 | 0.58 | 0.43 |
| Hex | 2E | AD | AF | 4A | 1 | 0 | 1F | B5 | 3A | 2B |
| Octal | 56 | 255 | 257 | 112 | 1 | 0 | 37 | 265 | 72 | 53 |
| Binary | 101110 | 10101101 | 10101111 | 1001010 | 1 | 0 | 11111 | 10110101 | 111010 | 101011 |
Color Harmonies of #2EADAF
Complementary color
Monochromatic Colors of #2EADAF
Black with #2EADAF
Text Example
Text Example
White with #2EADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EADAF; }
p { color: rgb(46,173,175); }
H1.HeaderClassName
{
color: #2EADAF;
}
.AnyTagClassName
{
color: #2EADAF;
}
</style>
background-color css
<style>
a { background-color: #2EADAF; }
a { background-color: rgb(46,173,175); }
div.DivClassName
{
background-color: #2EADAF;
}
.BgClassName
{
background-color: #2EADAF;
}
</style>
border-color css
<style>
span { border-color: #2EADAF; }
span { border-color: rgb(46,173,175); }
td.TdClassName
{
border-color: #2EADAF;
}
.TagClassName
{
border-color: #2EADAF;
}
</style>