Shades of Light Sea Green #2FBDBC
Tints of Light Sea Green #2FBDBC
RGB
CMYK
RGB Variations
Color information
#2FBDBC (or 0x2FBDBC) is known color: Light Sea Green. HEX triplet: 2F, BD and BC. RGB value is (47,189,188). Sum of RGB (Red+Green+Blue) = 47+189+188=424 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.08% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 189 - color contains mainly: green. Hex color #2FBDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBDBC is #D04243. Grayscale: #929292. Windows color (decimal): -13648452 or 12369199. OLE color: 12369199.
HSL color Cylindrical-coordinate representation of color #2FBDBC: hue angle of 179.58º 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 #2FBDBC is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 189 | 188 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.26 |
| HSL | 179.58º | 0.6% | 0.46% | - |
| HSV(B) | 179.58º | 0.75% | 0.74% | - |
| XYZ | 28.45 | 40.63 | 53.92 | - |
| YUV | 146.43 | 151.46 | 57.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 189 | 188 | 0.75 | 0 | 0.01 | 0.26 | 179.58 | 0.6 | 0.46 |
| Hex | 2F | BD | BC | 4B | 0 | 1 | 1A | B4 | 3C | 2E |
| Octal | 57 | 275 | 274 | 113 | 0 | 1 | 32 | 264 | 74 | 56 |
| Binary | 101111 | 10111101 | 10111100 | 1001011 | 0 | 1 | 11010 | 10110100 | 111100 | 101110 |
Color Harmonies of #2FBDBC
Complementary color
Monochromatic Colors of #2FBDBC
Black with #2FBDBC
Text Example
Text Example
White with #2FBDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBDBC; }
p { color: rgb(47,189,188); }
H1.HeaderClassName
{
color: #2FBDBC;
}
.AnyTagClassName
{
color: #2FBDBC;
}
</style>
background-color css
<style>
a { background-color: #2FBDBC; }
a { background-color: rgb(47,189,188); }
div.DivClassName
{
background-color: #2FBDBC;
}
.BgClassName
{
background-color: #2FBDBC;
}
</style>
border-color css
<style>
span { border-color: #2FBDBC; }
span { border-color: rgb(47,189,188); }
td.TdClassName
{
border-color: #2FBDBC;
}
.TagClassName
{
border-color: #2FBDBC;
}
</style>