Shades of Light Sea Green #2FC2BF
Tints of Light Sea Green #2FC2BF
RGB
CMYK
RGB Variations
Color information
#2FC2BF (or 0x2FC2BF) is known color: Light Sea Green. HEX triplet: 2F, C2 and BF. RGB value is (47,194,191). Sum of RGB (Red+Green+Blue) = 47+194+191=432 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.88% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC2BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC2BF is #D03D40. Grayscale: #959595. Windows color (decimal): -13647169 or 12567087. OLE color: 12567087.
HSL color Cylindrical-coordinate representation of color #2FC2BF: hue angle of 178.78º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC2BF is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 194 | 191 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.24 |
| HSL | 178.78º | 0.61% | 0.47% | - |
| HSV(B) | 178.78º | 0.76% | 0.76% | - |
| XYZ | 29.87 | 42.95 | 56.01 | - |
| YUV | 149.71 | 151.3 | 54.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 194 | 191 | 0.76 | 0 | 0.02 | 0.24 | 178.78 | 0.61 | 0.47 |
| Hex | 2F | C2 | BF | 4C | 0 | 2 | 18 | B3 | 3D | 2F |
| Octal | 57 | 302 | 277 | 114 | 0 | 2 | 30 | 263 | 75 | 57 |
| Binary | 101111 | 11000010 | 10111111 | 1001100 | 0 | 10 | 11000 | 10110011 | 111101 | 101111 |
Color Harmonies of #2FC2BF
Complementary color
Monochromatic Colors of #2FC2BF
Black with #2FC2BF
Text Example
Text Example
White with #2FC2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC2BF; }
p { color: rgb(47,194,191); }
H1.HeaderClassName
{
color: #2FC2BF;
}
.AnyTagClassName
{
color: #2FC2BF;
}
</style>
background-color css
<style>
a { background-color: #2FC2BF; }
a { background-color: rgb(47,194,191); }
div.DivClassName
{
background-color: #2FC2BF;
}
.BgClassName
{
background-color: #2FC2BF;
}
</style>
border-color css
<style>
span { border-color: #2FC2BF; }
span { border-color: rgb(47,194,191); }
td.TdClassName
{
border-color: #2FC2BF;
}
.TagClassName
{
border-color: #2FC2BF;
}
</style>