Shades of Light Sea Green #2FC0BB
Tints of Light Sea Green #2FC0BB
RGB
CMYK
RGB Variations
Color information
#2FC0BB (or 0x2FC0BB) is known color: Light Sea Green. HEX triplet: 2F, C0 and BB. RGB value is (47,192,187). Sum of RGB (Red+Green+Blue) = 47+192+187=426 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.03% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC0BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC0BB is #D03F44. Grayscale: #939393. Windows color (decimal): -13647685 or 12304431. OLE color: 12304431.
HSL color Cylindrical-coordinate representation of color #2FC0BB: hue angle of 177.93º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC0BB is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 192 | 187 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.25 |
| HSL | 177.93º | 0.61% | 0.47% | - |
| HSV(B) | 177.93º | 0.76% | 0.75% | - |
| XYZ | 28.99 | 41.89 | 53.57 | - |
| YUV | 148.08 | 149.96 | 55.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 192 | 187 | 0.76 | 0 | 0.03 | 0.25 | 177.93 | 0.61 | 0.47 |
| Hex | 2F | C0 | BB | 4C | 0 | 3 | 19 | B2 | 3D | 2F |
| Octal | 57 | 300 | 273 | 114 | 0 | 3 | 31 | 262 | 75 | 57 |
| Binary | 101111 | 11000000 | 10111011 | 1001100 | 0 | 11 | 11001 | 10110010 | 111101 | 101111 |
Color Harmonies of #2FC0BB
Complementary color
Monochromatic Colors of #2FC0BB
Black with #2FC0BB
Text Example
Text Example
White with #2FC0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC0BB; }
p { color: rgb(47,192,187); }
H1.HeaderClassName
{
color: #2FC0BB;
}
.AnyTagClassName
{
color: #2FC0BB;
}
</style>
background-color css
<style>
a { background-color: #2FC0BB; }
a { background-color: rgb(47,192,187); }
div.DivClassName
{
background-color: #2FC0BB;
}
.BgClassName
{
background-color: #2FC0BB;
}
</style>
border-color css
<style>
span { border-color: #2FC0BB; }
span { border-color: rgb(47,192,187); }
td.TdClassName
{
border-color: #2FC0BB;
}
.TagClassName
{
border-color: #2FC0BB;
}
</style>