Shades of Light Sea Green #2FADA6
Tints of Light Sea Green #2FADA6
RGB
CMYK
RGB Variations
Color information
#2FADA6 (or 0x2FADA6) is known color: Light Sea Green. HEX triplet: 2F, AD and A6. RGB value is (47,173,166). Sum of RGB (Red+Green+Blue) = 47+173+166=386 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.18% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 166 (65.23% from 255 or 43.01% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #2FADA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FADA6 is #D05259. Grayscale: #868686. Windows color (decimal): -13652570 or 10923311. OLE color: 10923311.
HSL color Cylindrical-coordinate representation of color #2FADA6: hue angle of 176.67º 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 #2FADA6 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 173 | 166 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.32 |
| HSL | 176.67º | 0.57% | 0.43% | - |
| HSV(B) | 176.67º | 0.73% | 0.68% | - |
| XYZ | 23 | 33.24 | 41.28 | - |
| YUV | 134.53 | 145.76 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 173 | 166 | 0.73 | 0 | 0.04 | 0.32 | 176.67 | 0.57 | 0.43 |
| Hex | 2F | AD | A6 | 49 | 0 | 4 | 20 | B1 | 39 | 2B |
| Octal | 57 | 255 | 246 | 111 | 0 | 4 | 40 | 261 | 71 | 53 |
| Binary | 101111 | 10101101 | 10100110 | 1001001 | 0 | 100 | 100000 | 10110001 | 111001 | 101011 |
Color Harmonies of #2FADA6
Complementary color
Monochromatic Colors of #2FADA6
Black with #2FADA6
Text Example
Text Example
White with #2FADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FADA6; }
p { color: rgb(47,173,166); }
H1.HeaderClassName
{
color: #2FADA6;
}
.AnyTagClassName
{
color: #2FADA6;
}
</style>
background-color css
<style>
a { background-color: #2FADA6; }
a { background-color: rgb(47,173,166); }
div.DivClassName
{
background-color: #2FADA6;
}
.BgClassName
{
background-color: #2FADA6;
}
</style>
border-color css
<style>
span { border-color: #2FADA6; }
span { border-color: rgb(47,173,166); }
td.TdClassName
{
border-color: #2FADA6;
}
.TagClassName
{
border-color: #2FADA6;
}
</style>