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