Shades of Light Sea Green #2FBEBC
Tints of Light Sea Green #2FBEBC
RGB
CMYK
RGB Variations
Color information
#2FBEBC (or 0x2FBEBC) is known color: Light Sea Green. HEX triplet: 2F, BE and BC. RGB value is (47,190,188). Sum of RGB (Red+Green+Blue) = 47+190+188=425 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.06% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBEBC is #D04143. Grayscale: #929292. Windows color (decimal): -13648196 or 12369455. OLE color: 12369455.
HSL color Cylindrical-coordinate representation of color #2FBEBC: hue angle of 179.16º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBEBC is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 190 | 188 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.25 |
| HSL | 179.16º | 0.6% | 0.46% | - |
| HSV(B) | 179.16º | 0.75% | 0.75% | - |
| XYZ | 28.66 | 41.06 | 53.99 | - |
| YUV | 147.02 | 151.12 | 56.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 190 | 188 | 0.75 | 0 | 0.01 | 0.25 | 179.16 | 0.6 | 0.46 |
| Hex | 2F | BE | BC | 4B | 0 | 1 | 19 | B3 | 3C | 2E |
| Octal | 57 | 276 | 274 | 113 | 0 | 1 | 31 | 263 | 74 | 56 |
| Binary | 101111 | 10111110 | 10111100 | 1001011 | 0 | 1 | 11001 | 10110011 | 111100 | 101110 |
Color Harmonies of #2FBEBC
Complementary color
Monochromatic Colors of #2FBEBC
Black with #2FBEBC
Text Example
Text Example
White with #2FBEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBEBC; }
p { color: rgb(47,190,188); }
H1.HeaderClassName
{
color: #2FBEBC;
}
.AnyTagClassName
{
color: #2FBEBC;
}
</style>
background-color css
<style>
a { background-color: #2FBEBC; }
a { background-color: rgb(47,190,188); }
div.DivClassName
{
background-color: #2FBEBC;
}
.BgClassName
{
background-color: #2FBEBC;
}
</style>
border-color css
<style>
span { border-color: #2FBEBC; }
span { border-color: rgb(47,190,188); }
td.TdClassName
{
border-color: #2FBEBC;
}
.TagClassName
{
border-color: #2FBEBC;
}
</style>