Shades of Light Sea Green #2FBDBA
Tints of Light Sea Green #2FBDBA
RGB
CMYK
RGB Variations
Color information
#2FBDBA (or 0x2FBDBA) is known color: Light Sea Green. HEX triplet: 2F, BD and BA. RGB value is (47,189,186). Sum of RGB (Red+Green+Blue) = 47+189+186=422 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.14% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 189 - color contains mainly: green. Hex color #2FBDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBDBA is #D04245. Grayscale: #929292. Windows color (decimal): -13648454 or 12238127. OLE color: 12238127.
HSL color Cylindrical-coordinate representation of color #2FBDBA: hue angle of 178.73º 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 #2FBDBA is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 189 | 186 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.26 |
| HSL | 178.73º | 0.6% | 0.46% | - |
| HSV(B) | 178.73º | 0.75% | 0.74% | - |
| XYZ | 28.23 | 40.54 | 52.79 | - |
| YUV | 146.2 | 150.46 | 57.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 189 | 186 | 0.75 | 0 | 0.02 | 0.26 | 178.73 | 0.6 | 0.46 |
| Hex | 2F | BD | BA | 4B | 0 | 2 | 1A | B3 | 3C | 2E |
| Octal | 57 | 275 | 272 | 113 | 0 | 2 | 32 | 263 | 74 | 56 |
| Binary | 101111 | 10111101 | 10111010 | 1001011 | 0 | 10 | 11010 | 10110011 | 111100 | 101110 |
Color Harmonies of #2FBDBA
Complementary color
Monochromatic Colors of #2FBDBA
Black with #2FBDBA
Text Example
Text Example
White with #2FBDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBDBA; }
p { color: rgb(47,189,186); }
H1.HeaderClassName
{
color: #2FBDBA;
}
.AnyTagClassName
{
color: #2FBDBA;
}
</style>
background-color css
<style>
a { background-color: #2FBDBA; }
a { background-color: rgb(47,189,186); }
div.DivClassName
{
background-color: #2FBDBA;
}
.BgClassName
{
background-color: #2FBDBA;
}
</style>
border-color css
<style>
span { border-color: #2FBDBA; }
span { border-color: rgb(47,189,186); }
td.TdClassName
{
border-color: #2FBDBA;
}
.TagClassName
{
border-color: #2FBDBA;
}
</style>