Shades of Light Sea Green #2FC2BE
Tints of Light Sea Green #2FC2BE
RGB
CMYK
RGB Variations
Color information
#2FC2BE (or 0x2FC2BE) is known color: Light Sea Green. HEX triplet: 2F, C2 and BE. RGB value is (47,194,190). Sum of RGB (Red+Green+Blue) = 47+194+190=431 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.90% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC2BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC2BE is #D03D41. Grayscale: #959595. Windows color (decimal): -13647170 or 12501551. OLE color: 12501551.
HSL color Cylindrical-coordinate representation of color #2FC2BE: hue angle of 178.37º 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 #2FC2BE is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 194 | 190 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.24 |
| HSL | 178.37º | 0.61% | 0.47% | - |
| HSV(B) | 178.37º | 0.76% | 0.76% | - |
| XYZ | 29.76 | 42.91 | 55.43 | - |
| YUV | 149.59 | 150.8 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 194 | 190 | 0.76 | 0 | 0.02 | 0.24 | 178.37 | 0.61 | 0.47 |
| Hex | 2F | C2 | BE | 4C | 0 | 2 | 18 | B2 | 3D | 2F |
| Octal | 57 | 302 | 276 | 114 | 0 | 2 | 30 | 262 | 75 | 57 |
| Binary | 101111 | 11000010 | 10111110 | 1001100 | 0 | 10 | 11000 | 10110010 | 111101 | 101111 |
Color Harmonies of #2FC2BE
Complementary color
Monochromatic Colors of #2FC2BE
Black with #2FC2BE
Text Example
Text Example
White with #2FC2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC2BE; }
p { color: rgb(47,194,190); }
H1.HeaderClassName
{
color: #2FC2BE;
}
.AnyTagClassName
{
color: #2FC2BE;
}
</style>
background-color css
<style>
a { background-color: #2FC2BE; }
a { background-color: rgb(47,194,190); }
div.DivClassName
{
background-color: #2FC2BE;
}
.BgClassName
{
background-color: #2FC2BE;
}
</style>
border-color css
<style>
span { border-color: #2FC2BE; }
span { border-color: rgb(47,194,190); }
td.TdClassName
{
border-color: #2FC2BE;
}
.TagClassName
{
border-color: #2FC2BE;
}
</style>