Shades of Light Sea Green #2FBFBD
Tints of Light Sea Green #2FBFBD
RGB
CMYK
RGB Variations
Color information
#2FBFBD (or 0x2FBFBD) is known color: Light Sea Green. HEX triplet: 2F, BF and BD. RGB value is (47,191,189). Sum of RGB (Red+Green+Blue) = 47+191+189=427 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.01% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 191 - color contains mainly: green. Hex color #2FBFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBFBD is #D04042. Grayscale: #939393. Windows color (decimal): -13647939 or 12435247. OLE color: 12435247.
HSL color Cylindrical-coordinate representation of color #2FBFBD: hue angle of 179.17º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBFBD is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 191 | 189 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.25 |
| HSL | 179.17º | 0.61% | 0.47% | - |
| HSV(B) | 179.17º | 0.75% | 0.75% | - |
| XYZ | 28.99 | 41.54 | 54.63 | - |
| YUV | 147.72 | 151.29 | 56.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 191 | 189 | 0.75 | 0 | 0.01 | 0.25 | 179.17 | 0.61 | 0.47 |
| Hex | 2F | BF | BD | 4B | 0 | 1 | 19 | B3 | 3D | 2F |
| Octal | 57 | 277 | 275 | 113 | 0 | 1 | 31 | 263 | 75 | 57 |
| Binary | 101111 | 10111111 | 10111101 | 1001011 | 0 | 1 | 11001 | 10110011 | 111101 | 101111 |
Color Harmonies of #2FBFBD
Complementary color
Monochromatic Colors of #2FBFBD
Black with #2FBFBD
Text Example
Text Example
White with #2FBFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBFBD; }
p { color: rgb(47,191,189); }
H1.HeaderClassName
{
color: #2FBFBD;
}
.AnyTagClassName
{
color: #2FBFBD;
}
</style>
background-color css
<style>
a { background-color: #2FBFBD; }
a { background-color: rgb(47,191,189); }
div.DivClassName
{
background-color: #2FBFBD;
}
.BgClassName
{
background-color: #2FBFBD;
}
</style>
border-color css
<style>
span { border-color: #2FBFBD; }
span { border-color: rgb(47,191,189); }
td.TdClassName
{
border-color: #2FBFBD;
}
.TagClassName
{
border-color: #2FBFBD;
}
</style>