Shades of Light Sea Green #2FADAC
Tints of Light Sea Green #2FADAC
RGB
CMYK
RGB Variations
Color information
#2FADAC (or 0x2FADAC) is known color: Light Sea Green. HEX triplet: 2F, AD and AC. RGB value is (47,173,172). Sum of RGB (Red+Green+Blue) = 47+173+172=392 (51% of max value = 765). Red value is 47 (18.75% from 255 or 11.99% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 173 - color contains mainly: green. Hex color #2FADAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FADAC is #D05253. Grayscale: #878787. Windows color (decimal): -13652564 or 11316527. OLE color: 11316527.
HSL color Cylindrical-coordinate representation of color #2FADAC: hue angle of 179.52º 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 #2FADAC is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 173 | 172 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.32 |
| HSL | 179.52º | 0.57% | 0.43% | - |
| HSV(B) | 179.52º | 0.73% | 0.68% | - |
| XYZ | 23.56 | 33.47 | 44.25 | - |
| YUV | 135.21 | 148.76 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 173 | 172 | 0.73 | 0 | 0.01 | 0.32 | 179.52 | 0.57 | 0.43 |
| Hex | 2F | AD | AC | 49 | 0 | 1 | 20 | B4 | 39 | 2B |
| Octal | 57 | 255 | 254 | 111 | 0 | 1 | 40 | 264 | 71 | 53 |
| Binary | 101111 | 10101101 | 10101100 | 1001001 | 0 | 1 | 100000 | 10110100 | 111001 | 101011 |
Color Harmonies of #2FADAC
Complementary color
Monochromatic Colors of #2FADAC
Black with #2FADAC
Text Example
Text Example
White with #2FADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FADAC; }
p { color: rgb(47,173,172); }
H1.HeaderClassName
{
color: #2FADAC;
}
.AnyTagClassName
{
color: #2FADAC;
}
</style>
background-color css
<style>
a { background-color: #2FADAC; }
a { background-color: rgb(47,173,172); }
div.DivClassName
{
background-color: #2FADAC;
}
.BgClassName
{
background-color: #2FADAC;
}
</style>
border-color css
<style>
span { border-color: #2FADAC; }
span { border-color: rgb(47,173,172); }
td.TdClassName
{
border-color: #2FADAC;
}
.TagClassName
{
border-color: #2FADAC;
}
</style>