Shades of Light Sea Green #2FACA4
Tints of Light Sea Green #2FACA4
RGB
CMYK
RGB Variations
Color information
#2FACA4 (or 0x2FACA4) is known color: Light Sea Green. HEX triplet: 2F, AC and A4. RGB value is (47,172,164). Sum of RGB (Red+Green+Blue) = 47+172+164=383 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.27% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 164 (64.45% from 255 or 42.82% from 383); Max value from RGB is 172 - color contains mainly: green. Hex color #2FACA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FACA4 is #D0535B. Grayscale: #858585. Windows color (decimal): -13652828 or 10791983. OLE color: 10791983.
HSL color Cylindrical-coordinate representation of color #2FACA4: hue angle of 176.16º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FACA4 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 172 | 164 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.33 |
| HSL | 176.16º | 0.57% | 0.43% | - |
| HSV(B) | 176.16º | 0.73% | 0.67% | - |
| XYZ | 22.63 | 32.79 | 40.26 | - |
| YUV | 133.71 | 145.09 | 66.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 172 | 164 | 0.73 | 0 | 0.05 | 0.33 | 176.16 | 0.57 | 0.43 |
| Hex | 2F | AC | A4 | 49 | 0 | 5 | 21 | B0 | 39 | 2B |
| Octal | 57 | 254 | 244 | 111 | 0 | 5 | 41 | 260 | 71 | 53 |
| Binary | 101111 | 10101100 | 10100100 | 1001001 | 0 | 101 | 100001 | 10110000 | 111001 | 101011 |
Color Harmonies of #2FACA4
Complementary color
Monochromatic Colors of #2FACA4
Black with #2FACA4
Text Example
Text Example
White with #2FACA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FACA4; }
p { color: rgb(47,172,164); }
H1.HeaderClassName
{
color: #2FACA4;
}
.AnyTagClassName
{
color: #2FACA4;
}
</style>
background-color css
<style>
a { background-color: #2FACA4; }
a { background-color: rgb(47,172,164); }
div.DivClassName
{
background-color: #2FACA4;
}
.BgClassName
{
background-color: #2FACA4;
}
</style>
border-color css
<style>
span { border-color: #2FACA4; }
span { border-color: rgb(47,172,164); }
td.TdClassName
{
border-color: #2FACA4;
}
.TagClassName
{
border-color: #2FACA4;
}
</style>