Shades of Light Sea Green #2FBCB6
Tints of Light Sea Green #2FBCB6
RGB
CMYK
RGB Variations
Color information
#2FBCB6 (or 0x2FBCB6) is known color: Light Sea Green. HEX triplet: 2F, BC and B6. RGB value is (47,188,182). Sum of RGB (Red+Green+Blue) = 47+188+182=417 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.27% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBCB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBCB6 is #D04349. Grayscale: #919191. Windows color (decimal): -13648714 or 11975727. OLE color: 11975727.
HSL color Cylindrical-coordinate representation of color #2FBCB6: hue angle of 177.45º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBCB6 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 182 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.26 |
| HSL | 177.45º | 0.6% | 0.46% | - |
| HSV(B) | 177.45º | 0.75% | 0.74% | - |
| XYZ | 27.6 | 39.95 | 50.51 | - |
| YUV | 145.16 | 148.79 | 57.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 182 | 0.75 | 0 | 0.03 | 0.26 | 177.45 | 0.6 | 0.46 |
| Hex | 2F | BC | B6 | 4B | 0 | 3 | 1A | B1 | 3C | 2E |
| Octal | 57 | 274 | 266 | 113 | 0 | 3 | 32 | 261 | 74 | 56 |
| Binary | 101111 | 10111100 | 10110110 | 1001011 | 0 | 11 | 11010 | 10110001 | 111100 | 101110 |
Color Harmonies of #2FBCB6
Complementary color
Monochromatic Colors of #2FBCB6
Black with #2FBCB6
Text Example
Text Example
White with #2FBCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBCB6; }
p { color: rgb(47,188,182); }
H1.HeaderClassName
{
color: #2FBCB6;
}
.AnyTagClassName
{
color: #2FBCB6;
}
</style>
background-color css
<style>
a { background-color: #2FBCB6; }
a { background-color: rgb(47,188,182); }
div.DivClassName
{
background-color: #2FBCB6;
}
.BgClassName
{
background-color: #2FBCB6;
}
</style>
border-color css
<style>
span { border-color: #2FBCB6; }
span { border-color: rgb(47,188,182); }
td.TdClassName
{
border-color: #2FBCB6;
}
.TagClassName
{
border-color: #2FBCB6;
}
</style>