Shades of Light Sea Green #2FBCB2
Tints of Light Sea Green #2FBCB2
RGB
CMYK
RGB Variations
Color information
#2FBCB2 (or 0x2FBCB2) is known color: Light Sea Green. HEX triplet: 2F, BC and B2. RGB value is (47,188,178). Sum of RGB (Red+Green+Blue) = 47+188+178=413 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.38% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 178 (69.92% from 255 or 43.10% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBCB2 is #D0434D. Grayscale: #909090. Windows color (decimal): -13648718 or 11713583. OLE color: 11713583.
HSL color Cylindrical-coordinate representation of color #2FBCB2: hue angle of 175.74º 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 #2FBCB2 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 178 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.26 |
| HSL | 175.74º | 0.6% | 0.46% | - |
| HSV(B) | 175.74º | 0.75% | 0.74% | - |
| XYZ | 27.19 | 39.79 | 48.37 | - |
| YUV | 144.7 | 146.79 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 178 | 0.75 | 0 | 0.05 | 0.26 | 175.74 | 0.6 | 0.46 |
| Hex | 2F | BC | B2 | 4B | 0 | 5 | 1A | B0 | 3C | 2E |
| Octal | 57 | 274 | 262 | 113 | 0 | 5 | 32 | 260 | 74 | 56 |
| Binary | 101111 | 10111100 | 10110010 | 1001011 | 0 | 101 | 11010 | 10110000 | 111100 | 101110 |
Color Harmonies of #2FBCB2
Complementary color
Monochromatic Colors of #2FBCB2
Black with #2FBCB2
Text Example
Text Example
White with #2FBCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBCB2; }
p { color: rgb(47,188,178); }
H1.HeaderClassName
{
color: #2FBCB2;
}
.AnyTagClassName
{
color: #2FBCB2;
}
</style>
background-color css
<style>
a { background-color: #2FBCB2; }
a { background-color: rgb(47,188,178); }
div.DivClassName
{
background-color: #2FBCB2;
}
.BgClassName
{
background-color: #2FBCB2;
}
</style>
border-color css
<style>
span { border-color: #2FBCB2; }
span { border-color: rgb(47,188,178); }
td.TdClassName
{
border-color: #2FBCB2;
}
.TagClassName
{
border-color: #2FBCB2;
}
</style>