Shades of Light Sea Green #2FC1B7
Tints of Light Sea Green #2FC1B7
RGB
CMYK
RGB Variations
Color information
#2FC1B7 (or 0x2FC1B7) is known color: Light Sea Green. HEX triplet: 2F, C1 and B7. RGB value is (47,193,183). Sum of RGB (Red+Green+Blue) = 47+193+183=423 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.11% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 183 (71.88% from 255 or 43.26% from 423); Max value from RGB is 193 - color contains mainly: green. Hex color #2FC1B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC1B7 is #D03E48. Grayscale: #949494. Windows color (decimal): -13647433 or 12042543. OLE color: 12042543.
HSL color Cylindrical-coordinate representation of color #2FC1B7: hue angle of 175.89º 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 #2FC1B7 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 193 | 183 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.24 |
| HSL | 175.89º | 0.61% | 0.47% | - |
| HSV(B) | 175.89º | 0.76% | 0.76% | - |
| XYZ | 28.79 | 42.16 | 51.42 | - |
| YUV | 148.21 | 147.63 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 193 | 183 | 0.76 | 0 | 0.05 | 0.24 | 175.89 | 0.61 | 0.47 |
| Hex | 2F | C1 | B7 | 4C | 0 | 5 | 18 | B0 | 3D | 2F |
| Octal | 57 | 301 | 267 | 114 | 0 | 5 | 30 | 260 | 75 | 57 |
| Binary | 101111 | 11000001 | 10110111 | 1001100 | 0 | 101 | 11000 | 10110000 | 111101 | 101111 |
Color Harmonies of #2FC1B7
Complementary color
Monochromatic Colors of #2FC1B7
Black with #2FC1B7
Text Example
Text Example
White with #2FC1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC1B7; }
p { color: rgb(47,193,183); }
H1.HeaderClassName
{
color: #2FC1B7;
}
.AnyTagClassName
{
color: #2FC1B7;
}
</style>
background-color css
<style>
a { background-color: #2FC1B7; }
a { background-color: rgb(47,193,183); }
div.DivClassName
{
background-color: #2FC1B7;
}
.BgClassName
{
background-color: #2FC1B7;
}
</style>
border-color css
<style>
span { border-color: #2FC1B7; }
span { border-color: rgb(47,193,183); }
td.TdClassName
{
border-color: #2FC1B7;
}
.TagClassName
{
border-color: #2FC1B7;
}
</style>