Shades of Light Sea Green #2FADA3
Tints of Light Sea Green #2FADA3
RGB
CMYK
RGB Variations
Color information
#2FADA3 (or 0x2FADA3) is known color: Light Sea Green. HEX triplet: 2F, AD and A3. RGB value is (47,173,163). Sum of RGB (Red+Green+Blue) = 47+173+163=383 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.27% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 163 (64.06% from 255 or 42.56% from 383); Max value from RGB is 173 - color contains mainly: green. Hex color #2FADA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FADA3 is #D0525C. Grayscale: #868686. Windows color (decimal): -13652573 or 10726703. OLE color: 10726703.
HSL color Cylindrical-coordinate representation of color #2FADA3: hue angle of 175.24º 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 #2FADA3 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 173 | 163 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.32 |
| HSL | 175.24º | 0.57% | 0.43% | - |
| HSV(B) | 175.24º | 0.73% | 0.68% | - |
| XYZ | 22.73 | 33.14 | 39.85 | - |
| YUV | 134.19 | 144.26 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 173 | 163 | 0.73 | 0 | 0.06 | 0.32 | 175.24 | 0.57 | 0.43 |
| Hex | 2F | AD | A3 | 49 | 0 | 6 | 20 | AF | 39 | 2B |
| Octal | 57 | 255 | 243 | 111 | 0 | 6 | 40 | 257 | 71 | 53 |
| Binary | 101111 | 10101101 | 10100011 | 1001001 | 0 | 110 | 100000 | 10101111 | 111001 | 101011 |
Color Harmonies of #2FADA3
Complementary color
Monochromatic Colors of #2FADA3
Black with #2FADA3
Text Example
Text Example
White with #2FADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FADA3; }
p { color: rgb(47,173,163); }
H1.HeaderClassName
{
color: #2FADA3;
}
.AnyTagClassName
{
color: #2FADA3;
}
</style>
background-color css
<style>
a { background-color: #2FADA3; }
a { background-color: rgb(47,173,163); }
div.DivClassName
{
background-color: #2FADA3;
}
.BgClassName
{
background-color: #2FADA3;
}
</style>
border-color css
<style>
span { border-color: #2FADA3; }
span { border-color: rgb(47,173,163); }
td.TdClassName
{
border-color: #2FADA3;
}
.TagClassName
{
border-color: #2FADA3;
}
</style>