Shades of Light Sea Green #2FB89E
Tints of Light Sea Green #2FB89E
RGB
CMYK
RGB Variations
Color information
#2FB89E (or 0x2FB89E) is known color: Light Sea Green. HEX triplet: 2F, B8 and 9E. RGB value is (47,184,158). Sum of RGB (Red+Green+Blue) = 47+184+158=389 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.08% from 389); Green value is 184 (72.27% from 255 or 47.30% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 184 - color contains mainly: green. Hex color #2FB89E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB89E is #D04761. Grayscale: #8C8C8C. Windows color (decimal): -13649762 or 10401839. OLE color: 10401839.
HSL color Cylindrical-coordinate representation of color #2FB89E: hue angle of 168.61º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB89E is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 184 | 158 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.28 |
| HSL | 168.61º | 0.59% | 0.45% | - |
| HSV(B) | 168.61º | 0.74% | 0.72% | - |
| XYZ | 24.48 | 37.35 | 38.27 | - |
| YUV | 140.07 | 138.11 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 184 | 158 | 0.74 | 0 | 0.14 | 0.28 | 168.61 | 0.59 | 0.45 |
| Hex | 2F | B8 | 9E | 4A | 0 | E | 1C | A9 | 3B | 2D |
| Octal | 57 | 270 | 236 | 112 | 0 | 16 | 34 | 251 | 73 | 55 |
| Binary | 101111 | 10111000 | 10011110 | 1001010 | 0 | 1110 | 11100 | 10101001 | 111011 | 101101 |
Color Harmonies of #2FB89E
Complementary color
Monochromatic Colors of #2FB89E
Black with #2FB89E
Text Example
Text Example
White with #2FB89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB89E; }
p { color: rgb(47,184,158); }
H1.HeaderClassName
{
color: #2FB89E;
}
.AnyTagClassName
{
color: #2FB89E;
}
</style>
background-color css
<style>
a { background-color: #2FB89E; }
a { background-color: rgb(47,184,158); }
div.DivClassName
{
background-color: #2FB89E;
}
.BgClassName
{
background-color: #2FB89E;
}
</style>
border-color css
<style>
span { border-color: #2FB89E; }
span { border-color: rgb(47,184,158); }
td.TdClassName
{
border-color: #2FB89E;
}
.TagClassName
{
border-color: #2FB89E;
}
</style>