Shades of Light Sea Green #2FB79D
Tints of Light Sea Green #2FB79D
RGB
CMYK
RGB Variations
Color information
#2FB79D (or 0x2FB79D) is known color: Light Sea Green. HEX triplet: 2F, B7 and 9D. RGB value is (47,183,157). Sum of RGB (Red+Green+Blue) = 47+183+157=387 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.14% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 183 - color contains mainly: green. Hex color #2FB79D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB79D is #D04862. Grayscale: #8B8B8B. Windows color (decimal): -13650019 or 10336047. OLE color: 10336047.
HSL color Cylindrical-coordinate representation of color #2FB79D: hue angle of 168.53º 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 #2FB79D is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 183 | 157 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.28 |
| HSL | 168.53º | 0.59% | 0.45% | - |
| HSV(B) | 168.53º | 0.74% | 0.72% | - |
| XYZ | 24.19 | 36.91 | 37.75 | - |
| YUV | 139.37 | 137.94 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 183 | 157 | 0.74 | 0 | 0.14 | 0.28 | 168.53 | 0.59 | 0.45 |
| Hex | 2F | B7 | 9D | 4A | 0 | E | 1C | A9 | 3B | 2D |
| Octal | 57 | 267 | 235 | 112 | 0 | 16 | 34 | 251 | 73 | 55 |
| Binary | 101111 | 10110111 | 10011101 | 1001010 | 0 | 1110 | 11100 | 10101001 | 111011 | 101101 |
Color Harmonies of #2FB79D
Complementary color
Monochromatic Colors of #2FB79D
Black with #2FB79D
Text Example
Text Example
White with #2FB79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB79D; }
p { color: rgb(47,183,157); }
H1.HeaderClassName
{
color: #2FB79D;
}
.AnyTagClassName
{
color: #2FB79D;
}
</style>
background-color css
<style>
a { background-color: #2FB79D; }
a { background-color: rgb(47,183,157); }
div.DivClassName
{
background-color: #2FB79D;
}
.BgClassName
{
background-color: #2FB79D;
}
</style>
border-color css
<style>
span { border-color: #2FB79D; }
span { border-color: rgb(47,183,157); }
td.TdClassName
{
border-color: #2FB79D;
}
.TagClassName
{
border-color: #2FB79D;
}
</style>