Shades of Light Sea Green #2FA99D
Tints of Light Sea Green #2FA99D
RGB
CMYK
RGB Variations
Color information
#2FA99D (or 0x2FA99D) is known color: Light Sea Green. HEX triplet: 2F, A9 and 9D. RGB value is (47,169,157). Sum of RGB (Red+Green+Blue) = 47+169+157=373 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.60% from 373); Green value is 169 (66.41% from 255 or 45.31% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 169 - color contains mainly: green. Hex color #2FA99D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA99D is #D05662. Grayscale: #838383. Windows color (decimal): -13653603 or 10332463. OLE color: 10332463.
HSL color Cylindrical-coordinate representation of color #2FA99D: hue angle of 174.1º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA99D is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 47 | 169 | 157 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.34 |
| HSL | 174.1º | 0.56% | 0.42% | - |
| HSV(B) | 174.1º | 0.72% | 0.66% | - |
| XYZ | 21.45 | 31.41 | 36.83 | - |
| YUV | 131.15 | 142.58 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 169 | 157 | 0.72 | 0 | 0.07 | 0.34 | 174.1 | 0.56 | 0.42 |
| Hex | 2F | A9 | 9D | 48 | 0 | 7 | 22 | AE | 38 | 2A |
| Octal | 57 | 251 | 235 | 110 | 0 | 7 | 42 | 256 | 70 | 52 |
| Binary | 101111 | 10101001 | 10011101 | 1001000 | 0 | 111 | 100010 | 10101110 | 111000 | 101010 |
Color Harmonies of #2FA99D
Complementary color
Monochromatic Colors of #2FA99D
Black with #2FA99D
Text Example
Text Example
White with #2FA99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA99D; }
p { color: rgb(47,169,157); }
H1.HeaderClassName
{
color: #2FA99D;
}
.AnyTagClassName
{
color: #2FA99D;
}
</style>
background-color css
<style>
a { background-color: #2FA99D; }
a { background-color: rgb(47,169,157); }
div.DivClassName
{
background-color: #2FA99D;
}
.BgClassName
{
background-color: #2FA99D;
}
</style>
border-color css
<style>
span { border-color: #2FA99D; }
span { border-color: rgb(47,169,157); }
td.TdClassName
{
border-color: #2FA99D;
}
.TagClassName
{
border-color: #2FA99D;
}
</style>