Shades of Light Sea Green #2FAEA0
Tints of Light Sea Green #2FAEA0
RGB
CMYK
RGB Variations
Color information
#2FAEA0 (or 0x2FAEA0) is known color: Light Sea Green. HEX triplet: 2F, AE and A0. RGB value is (47,174,160). Sum of RGB (Red+Green+Blue) = 47+174+160=381 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.34% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 174 - color contains mainly: green. Hex color #2FAEA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAEA0 is #D0515F. Grayscale: #868686. Windows color (decimal): -13652320 or 10530351. OLE color: 10530351.
HSL color Cylindrical-coordinate representation of color #2FAEA0: hue angle of 173.39º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAEA0 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 174 | 160 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.32 |
| HSL | 173.39º | 0.57% | 0.43% | - |
| HSV(B) | 173.39º | 0.73% | 0.68% | - |
| XYZ | 22.65 | 33.41 | 38.51 | - |
| YUV | 134.43 | 142.42 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 174 | 160 | 0.73 | 0 | 0.08 | 0.32 | 173.39 | 0.57 | 0.43 |
| Hex | 2F | AE | A0 | 49 | 0 | 8 | 20 | AD | 39 | 2B |
| Octal | 57 | 256 | 240 | 111 | 0 | 10 | 40 | 255 | 71 | 53 |
| Binary | 101111 | 10101110 | 10100000 | 1001001 | 0 | 1000 | 100000 | 10101101 | 111001 | 101011 |
Color Harmonies of #2FAEA0
Complementary color
Monochromatic Colors of #2FAEA0
Black with #2FAEA0
Text Example
Text Example
White with #2FAEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAEA0; }
p { color: rgb(47,174,160); }
H1.HeaderClassName
{
color: #2FAEA0;
}
.AnyTagClassName
{
color: #2FAEA0;
}
</style>
background-color css
<style>
a { background-color: #2FAEA0; }
a { background-color: rgb(47,174,160); }
div.DivClassName
{
background-color: #2FAEA0;
}
.BgClassName
{
background-color: #2FAEA0;
}
</style>
border-color css
<style>
span { border-color: #2FAEA0; }
span { border-color: rgb(47,174,160); }
td.TdClassName
{
border-color: #2FAEA0;
}
.TagClassName
{
border-color: #2FAEA0;
}
</style>