Shades of Light Sea Green #2FAFA1
Tints of Light Sea Green #2FAFA1
RGB
CMYK
RGB Variations
Color information
#2FAFA1 (or 0x2FAFA1) is known color: Light Sea Green. HEX triplet: 2F, AF and A1. RGB value is (47,175,161). Sum of RGB (Red+Green+Blue) = 47+175+161=383 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.27% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAFA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAFA1 is #D0505E. Grayscale: #878787. Windows color (decimal): -13652063 or 10596143. OLE color: 10596143.
HSL color Cylindrical-coordinate representation of color #2FAFA1: hue angle of 173.44º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAFA1 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 175 | 161 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.31 |
| HSL | 173.44º | 0.58% | 0.44% | - |
| HSV(B) | 173.44º | 0.73% | 0.69% | - |
| XYZ | 22.94 | 33.84 | 39.04 | - |
| YUV | 135.13 | 142.59 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 175 | 161 | 0.73 | 0 | 0.08 | 0.31 | 173.44 | 0.58 | 0.44 |
| Hex | 2F | AF | A1 | 49 | 0 | 8 | 1F | AD | 3A | 2C |
| Octal | 57 | 257 | 241 | 111 | 0 | 10 | 37 | 255 | 72 | 54 |
| Binary | 101111 | 10101111 | 10100001 | 1001001 | 0 | 1000 | 11111 | 10101101 | 111010 | 101100 |
Color Harmonies of #2FAFA1
Complementary color
Monochromatic Colors of #2FAFA1
Black with #2FAFA1
Text Example
Text Example
White with #2FAFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAFA1; }
p { color: rgb(47,175,161); }
H1.HeaderClassName
{
color: #2FAFA1;
}
.AnyTagClassName
{
color: #2FAFA1;
}
</style>
background-color css
<style>
a { background-color: #2FAFA1; }
a { background-color: rgb(47,175,161); }
div.DivClassName
{
background-color: #2FAFA1;
}
.BgClassName
{
background-color: #2FAFA1;
}
</style>
border-color css
<style>
span { border-color: #2FAFA1; }
span { border-color: rgb(47,175,161); }
td.TdClassName
{
border-color: #2FAFA1;
}
.TagClassName
{
border-color: #2FAFA1;
}
</style>