Shades of Light Sea Green #2FC1BF
Tints of Light Sea Green #2FC1BF
RGB
CMYK
RGB Variations
Color information
#2FC1BF (or 0x2FC1BF) is known color: Light Sea Green. HEX triplet: 2F, C1 and BF. RGB value is (47,193,191). Sum of RGB (Red+Green+Blue) = 47+193+191=431 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.90% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 193 - color contains mainly: green. Hex color #2FC1BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC1BF is #D03E40. Grayscale: #949494. Windows color (decimal): -13647425 or 12566831. OLE color: 12566831.
HSL color Cylindrical-coordinate representation of color #2FC1BF: hue angle of 179.18º 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 #2FC1BF is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 193 | 191 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.24 |
| HSL | 179.18º | 0.61% | 0.47% | - |
| HSV(B) | 179.18º | 0.76% | 0.76% | - |
| XYZ | 29.65 | 42.51 | 55.93 | - |
| YUV | 149.12 | 151.63 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 193 | 191 | 0.76 | 0 | 0.01 | 0.24 | 179.18 | 0.61 | 0.47 |
| Hex | 2F | C1 | BF | 4C | 0 | 1 | 18 | B3 | 3D | 2F |
| Octal | 57 | 301 | 277 | 114 | 0 | 1 | 30 | 263 | 75 | 57 |
| Binary | 101111 | 11000001 | 10111111 | 1001100 | 0 | 1 | 11000 | 10110011 | 111101 | 101111 |
Color Harmonies of #2FC1BF
Complementary color
Monochromatic Colors of #2FC1BF
Black with #2FC1BF
Text Example
Text Example
White with #2FC1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC1BF; }
p { color: rgb(47,193,191); }
H1.HeaderClassName
{
color: #2FC1BF;
}
.AnyTagClassName
{
color: #2FC1BF;
}
</style>
background-color css
<style>
a { background-color: #2FC1BF; }
a { background-color: rgb(47,193,191); }
div.DivClassName
{
background-color: #2FC1BF;
}
.BgClassName
{
background-color: #2FC1BF;
}
</style>
border-color css
<style>
span { border-color: #2FC1BF; }
span { border-color: rgb(47,193,191); }
td.TdClassName
{
border-color: #2FC1BF;
}
.TagClassName
{
border-color: #2FC1BF;
}
</style>