Shades of Light Sea Green #2EAEAF
Tints of Light Sea Green #2EAEAF
RGB
CMYK
RGB Variations
Color information
#2EAEAF (or 0x2EAEAF) is known color: Light Sea Green. HEX triplet: 2E, AE and AF. RGB value is (46,174,175). Sum of RGB (Red+Green+Blue) = 46+174+175=395 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.65% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #2EAEAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAEAF is #D15150. Grayscale: #878787. Windows color (decimal): -13717841 or 11513390. OLE color: 11513390.
HSL color Cylindrical-coordinate representation of color #2EAEAF: hue angle of 180.47º 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 #2EAEAF is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 174 | 175 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.31 |
| HSL | 180.47º | 0.58% | 0.43% | - |
| HSV(B) | 180.47º | 0.74% | 0.69% | - |
| XYZ | 24 | 33.95 | 45.85 | - |
| YUV | 135.84 | 150.09 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 174 | 175 | 0.74 | 0.01 | 0 | 0.31 | 180.47 | 0.58 | 0.43 |
| Hex | 2E | AE | AF | 4A | 1 | 0 | 1F | B4 | 3A | 2B |
| Octal | 56 | 256 | 257 | 112 | 1 | 0 | 37 | 264 | 72 | 53 |
| Binary | 101110 | 10101110 | 10101111 | 1001010 | 1 | 0 | 11111 | 10110100 | 111010 | 101011 |
Color Harmonies of #2EAEAF
Complementary color
Monochromatic Colors of #2EAEAF
Black with #2EAEAF
Text Example
Text Example
White with #2EAEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAEAF; }
p { color: rgb(46,174,175); }
H1.HeaderClassName
{
color: #2EAEAF;
}
.AnyTagClassName
{
color: #2EAEAF;
}
</style>
background-color css
<style>
a { background-color: #2EAEAF; }
a { background-color: rgb(46,174,175); }
div.DivClassName
{
background-color: #2EAEAF;
}
.BgClassName
{
background-color: #2EAEAF;
}
</style>
border-color css
<style>
span { border-color: #2EAEAF; }
span { border-color: rgb(46,174,175); }
td.TdClassName
{
border-color: #2EAEAF;
}
.TagClassName
{
border-color: #2EAEAF;
}
</style>