Shades of Light Sea Green #2FBBBC
Tints of Light Sea Green #2FBBBC
RGB
CMYK
RGB Variations
Color information
#2FBBBC (or 0x2FBBBC) is known color: Light Sea Green. HEX triplet: 2F, BB and BC. RGB value is (47,187,188). Sum of RGB (Red+Green+Blue) = 47+187+188=422 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.14% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #2FBBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBBBC is #D04443. Grayscale: #919191. Windows color (decimal): -13648964 or 12368687. OLE color: 12368687.
HSL color Cylindrical-coordinate representation of color #2FBBBC: hue angle of 180.43º 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 #2FBBBC is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 187 | 188 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.26 |
| HSL | 180.43º | 0.6% | 0.46% | - |
| HSV(B) | 180.43º | 0.75% | 0.74% | - |
| XYZ | 28.02 | 39.78 | 53.78 | - |
| YUV | 145.25 | 152.12 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 187 | 188 | 0.75 | 0.01 | 0 | 0.26 | 180.43 | 0.6 | 0.46 |
| Hex | 2F | BB | BC | 4B | 1 | 0 | 1A | B4 | 3C | 2E |
| Octal | 57 | 273 | 274 | 113 | 1 | 0 | 32 | 264 | 74 | 56 |
| Binary | 101111 | 10111011 | 10111100 | 1001011 | 1 | 0 | 11010 | 10110100 | 111100 | 101110 |
Color Harmonies of #2FBBBC
Complementary color
Monochromatic Colors of #2FBBBC
Black with #2FBBBC
Text Example
Text Example
White with #2FBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBBBC; }
p { color: rgb(47,187,188); }
H1.HeaderClassName
{
color: #2FBBBC;
}
.AnyTagClassName
{
color: #2FBBBC;
}
</style>
background-color css
<style>
a { background-color: #2FBBBC; }
a { background-color: rgb(47,187,188); }
div.DivClassName
{
background-color: #2FBBBC;
}
.BgClassName
{
background-color: #2FBBBC;
}
</style>
border-color css
<style>
span { border-color: #2FBBBC; }
span { border-color: rgb(47,187,188); }
td.TdClassName
{
border-color: #2FBBBC;
}
.TagClassName
{
border-color: #2FBBBC;
}
</style>