Shades of Light Sea Green #2FBBBB
Tints of Light Sea Green #2FBBBB
RGB
CMYK
RGB Variations
Color information
#2FBBBB (or 0x2FBBBB) is known color: Light Sea Green. HEX triplet: 2F, BB and BB. RGB value is (47,187,187). Sum of RGB (Red+Green+Blue) = 47+187+187=421 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.16% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #2FBBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBBBB is #D04444. Grayscale: #919191. Windows color (decimal): -13648965 or 12303151. OLE color: 12303151.
HSL color Cylindrical-coordinate representation of color #2FBBBB: hue angle of 180º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBBBB is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 187 | 187 | - |
| CMYK | 0.75 | 0 | 0 | 0.27 |
| HSL | 180º | 0.6% | 0.46% | - |
| HSV(B) | 180º | 0.75% | 0.73% | - |
| XYZ | 27.91 | 39.73 | 53.21 | - |
| YUV | 145.14 | 151.62 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 187 | 187 | 0.75 | 0 | 0 | 0.27 | 180 | 0.6 | 0.46 |
| Hex | 2F | BB | BB | 4B | 0 | 0 | 1B | B4 | 3C | 2E |
| Octal | 57 | 273 | 273 | 113 | 0 | 0 | 33 | 264 | 74 | 56 |
| Binary | 101111 | 10111011 | 10111011 | 1001011 | 0 | 0 | 11011 | 10110100 | 111100 | 101110 |
Color Harmonies of #2FBBBB
Complementary color
Monochromatic Colors of #2FBBBB
Black with #2FBBBB
Text Example
Text Example
White with #2FBBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBBBB; }
p { color: rgb(47,187,187); }
H1.HeaderClassName
{
color: #2FBBBB;
}
.AnyTagClassName
{
color: #2FBBBB;
}
</style>
background-color css
<style>
a { background-color: #2FBBBB; }
a { background-color: rgb(47,187,187); }
div.DivClassName
{
background-color: #2FBBBB;
}
.BgClassName
{
background-color: #2FBBBB;
}
</style>
border-color css
<style>
span { border-color: #2FBBBB; }
span { border-color: rgb(47,187,187); }
td.TdClassName
{
border-color: #2FBBBB;
}
.TagClassName
{
border-color: #2FBBBB;
}
</style>