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