Shades of Light Sea Green #2FAEAD
Tints of Light Sea Green #2FAEAD
RGB
CMYK
RGB Variations
Color information
#2FAEAD (or 0x2FAEAD) is known color: Light Sea Green. HEX triplet: 2F, AE and AD. RGB value is (47,174,173). Sum of RGB (Red+Green+Blue) = 47+174+173=394 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.93% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 174 - color contains mainly: green. Hex color #2FAEAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAEAD is #D05152. Grayscale: #878787. Windows color (decimal): -13652307 or 11382319. OLE color: 11382319.
HSL color Cylindrical-coordinate representation of color #2FAEAD: hue angle of 179.53º 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 #2FAEAD is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 174 | 173 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.32 |
| HSL | 179.53º | 0.57% | 0.43% | - |
| HSV(B) | 179.53º | 0.73% | 0.68% | - |
| XYZ | 23.85 | 33.89 | 44.82 | - |
| YUV | 135.91 | 148.92 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 174 | 173 | 0.73 | 0 | 0.01 | 0.32 | 179.53 | 0.57 | 0.43 |
| Hex | 2F | AE | AD | 49 | 0 | 1 | 20 | B4 | 39 | 2B |
| Octal | 57 | 256 | 255 | 111 | 0 | 1 | 40 | 264 | 71 | 53 |
| Binary | 101111 | 10101110 | 10101101 | 1001001 | 0 | 1 | 100000 | 10110100 | 111001 | 101011 |
Color Harmonies of #2FAEAD
Complementary color
Monochromatic Colors of #2FAEAD
Black with #2FAEAD
Text Example
Text Example
White with #2FAEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAEAD; }
p { color: rgb(47,174,173); }
H1.HeaderClassName
{
color: #2FAEAD;
}
.AnyTagClassName
{
color: #2FAEAD;
}
</style>
background-color css
<style>
a { background-color: #2FAEAD; }
a { background-color: rgb(47,174,173); }
div.DivClassName
{
background-color: #2FAEAD;
}
.BgClassName
{
background-color: #2FAEAD;
}
</style>
border-color css
<style>
span { border-color: #2FAEAD; }
span { border-color: rgb(47,174,173); }
td.TdClassName
{
border-color: #2FAEAD;
}
.TagClassName
{
border-color: #2FAEAD;
}
</style>