Shades of Light Sea Green #2EA5A7
Tints of Light Sea Green #2EA5A7
RGB
CMYK
RGB Variations
Color information
#2EA5A7 (or 0x2EA5A7) is known color: Light Sea Green. HEX triplet: 2E, A5 and A7. RGB value is (46,165,167). Sum of RGB (Red+Green+Blue) = 46+165+167=378 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.17% from 378); Green value is 165 (64.84% from 255 or 43.65% from 378); Blue value is 167 (65.62% from 255 or 44.18% from 378); Max value from RGB is 167 - color contains mainly: blue. Hex color #2EA5A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA5A7 is #D15A58. Grayscale: #818181. Windows color (decimal): -13720153 or 10986798. OLE color: 10986798.
HSL color Cylindrical-coordinate representation of color #2EA5A7: hue angle of 180.99º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA5A7 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 46 | 165 | 167 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.35 |
| HSL | 180.99º | 0.57% | 0.42% | - |
| HSV(B) | 180.99º | 0.72% | 0.65% | - |
| XYZ | 21.56 | 30.28 | 41.27 | - |
| YUV | 129.65 | 149.08 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 165 | 167 | 0.72 | 0.01 | 0 | 0.35 | 180.99 | 0.57 | 0.42 |
| Hex | 2E | A5 | A7 | 48 | 1 | 0 | 23 | B5 | 39 | 2A |
| Octal | 56 | 245 | 247 | 110 | 1 | 0 | 43 | 265 | 71 | 52 |
| Binary | 101110 | 10100101 | 10100111 | 1001000 | 1 | 0 | 100011 | 10110101 | 111001 | 101010 |
Color Harmonies of #2EA5A7
Complementary color
Monochromatic Colors of #2EA5A7
Black with #2EA5A7
Text Example
Text Example
White with #2EA5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA5A7; }
p { color: rgb(46,165,167); }
H1.HeaderClassName
{
color: #2EA5A7;
}
.AnyTagClassName
{
color: #2EA5A7;
}
</style>
background-color css
<style>
a { background-color: #2EA5A7; }
a { background-color: rgb(46,165,167); }
div.DivClassName
{
background-color: #2EA5A7;
}
.BgClassName
{
background-color: #2EA5A7;
}
</style>
border-color css
<style>
span { border-color: #2EA5A7; }
span { border-color: rgb(46,165,167); }
td.TdClassName
{
border-color: #2EA5A7;
}
.TagClassName
{
border-color: #2EA5A7;
}
</style>