Shades of Light Sea Green #2FAEAA
Tints of Light Sea Green #2FAEAA
RGB
CMYK
RGB Variations
Color information
#2FAEAA (or 0x2FAEAA) is known color: Light Sea Green. HEX triplet: 2F, AE and AA. RGB value is (47,174,170). Sum of RGB (Red+Green+Blue) = 47+174+170=391 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.02% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 174 - color contains mainly: green. Hex color #2FAEAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAEAA is #D05155. Grayscale: #878787. Windows color (decimal): -13652310 or 11185711. OLE color: 11185711.
HSL color Cylindrical-coordinate representation of color #2FAEAA: hue angle of 178.11º 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 #2FAEAA is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 174 | 170 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.32 |
| HSL | 178.11º | 0.57% | 0.43% | - |
| HSV(B) | 178.11º | 0.73% | 0.68% | - |
| XYZ | 23.56 | 33.78 | 43.31 | - |
| YUV | 135.57 | 147.42 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 174 | 170 | 0.73 | 0 | 0.02 | 0.32 | 178.11 | 0.57 | 0.43 |
| Hex | 2F | AE | AA | 49 | 0 | 2 | 20 | B2 | 39 | 2B |
| Octal | 57 | 256 | 252 | 111 | 0 | 2 | 40 | 262 | 71 | 53 |
| Binary | 101111 | 10101110 | 10101010 | 1001001 | 0 | 10 | 100000 | 10110010 | 111001 | 101011 |
Color Harmonies of #2FAEAA
Complementary color
Monochromatic Colors of #2FAEAA
Black with #2FAEAA
Text Example
Text Example
White with #2FAEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAEAA; }
p { color: rgb(47,174,170); }
H1.HeaderClassName
{
color: #2FAEAA;
}
.AnyTagClassName
{
color: #2FAEAA;
}
</style>
background-color css
<style>
a { background-color: #2FAEAA; }
a { background-color: rgb(47,174,170); }
div.DivClassName
{
background-color: #2FAEAA;
}
.BgClassName
{
background-color: #2FAEAA;
}
</style>
border-color css
<style>
span { border-color: #2FAEAA; }
span { border-color: rgb(47,174,170); }
td.TdClassName
{
border-color: #2FAEAA;
}
.TagClassName
{
border-color: #2FAEAA;
}
</style>