Shades of Light Sea Green #2FC1BB
Tints of Light Sea Green #2FC1BB
RGB
CMYK
RGB Variations
Color information
#2FC1BB (or 0x2FC1BB) is known color: Light Sea Green. HEX triplet: 2F, C1 and BB. RGB value is (47,193,187). Sum of RGB (Red+Green+Blue) = 47+193+187=427 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.01% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 193 - color contains mainly: green. Hex color #2FC1BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC1BB is #D03E44. Grayscale: #949494. Windows color (decimal): -13647429 or 12304687. OLE color: 12304687.
HSL color Cylindrical-coordinate representation of color #2FC1BB: hue angle of 177.53º 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 #2FC1BB is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 193 | 187 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.24 |
| HSL | 177.53º | 0.61% | 0.47% | - |
| HSV(B) | 177.53º | 0.76% | 0.76% | - |
| XYZ | 29.21 | 42.33 | 53.65 | - |
| YUV | 148.66 | 149.63 | 55.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 193 | 187 | 0.76 | 0 | 0.03 | 0.24 | 177.53 | 0.61 | 0.47 |
| Hex | 2F | C1 | BB | 4C | 0 | 3 | 18 | B2 | 3D | 2F |
| Octal | 57 | 301 | 273 | 114 | 0 | 3 | 30 | 262 | 75 | 57 |
| Binary | 101111 | 11000001 | 10111011 | 1001100 | 0 | 11 | 11000 | 10110010 | 111101 | 101111 |
Color Harmonies of #2FC1BB
Complementary color
Monochromatic Colors of #2FC1BB
Black with #2FC1BB
Text Example
Text Example
White with #2FC1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC1BB; }
p { color: rgb(47,193,187); }
H1.HeaderClassName
{
color: #2FC1BB;
}
.AnyTagClassName
{
color: #2FC1BB;
}
</style>
background-color css
<style>
a { background-color: #2FC1BB; }
a { background-color: rgb(47,193,187); }
div.DivClassName
{
background-color: #2FC1BB;
}
.BgClassName
{
background-color: #2FC1BB;
}
</style>
border-color css
<style>
span { border-color: #2FC1BB; }
span { border-color: rgb(47,193,187); }
td.TdClassName
{
border-color: #2FC1BB;
}
.TagClassName
{
border-color: #2FC1BB;
}
</style>