Shades of Light Sea Green #2FBABC
Tints of Light Sea Green #2FBABC
RGB
CMYK
RGB Variations
Color information
#2FBABC (or 0x2FBABC) is known color: Light Sea Green. HEX triplet: 2F, BA and BC. RGB value is (47,186,188). Sum of RGB (Red+Green+Blue) = 47+186+188=421 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.16% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #2FBABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBABC is #D04543. Grayscale: #909090. Windows color (decimal): -13649220 or 12368431. OLE color: 12368431.
HSL color Cylindrical-coordinate representation of color #2FBABC: hue angle of 180.85º 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 #2FBABC is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 186 | 188 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.26 |
| HSL | 180.85º | 0.6% | 0.46% | - |
| HSV(B) | 180.85º | 0.75% | 0.74% | - |
| XYZ | 27.81 | 39.35 | 53.71 | - |
| YUV | 144.67 | 152.45 | 58.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 188 | 0.75 | 0.01 | 0 | 0.26 | 180.85 | 0.6 | 0.46 |
| Hex | 2F | BA | BC | 4B | 1 | 0 | 1A | B5 | 3C | 2E |
| Octal | 57 | 272 | 274 | 113 | 1 | 0 | 32 | 265 | 74 | 56 |
| Binary | 101111 | 10111010 | 10111100 | 1001011 | 1 | 0 | 11010 | 10110101 | 111100 | 101110 |
Color Harmonies of #2FBABC
Complementary color
Monochromatic Colors of #2FBABC
Black with #2FBABC
Text Example
Text Example
White with #2FBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBABC; }
p { color: rgb(47,186,188); }
H1.HeaderClassName
{
color: #2FBABC;
}
.AnyTagClassName
{
color: #2FBABC;
}
</style>
background-color css
<style>
a { background-color: #2FBABC; }
a { background-color: rgb(47,186,188); }
div.DivClassName
{
background-color: #2FBABC;
}
.BgClassName
{
background-color: #2FBABC;
}
</style>
border-color css
<style>
span { border-color: #2FBABC; }
span { border-color: rgb(47,186,188); }
td.TdClassName
{
border-color: #2FBABC;
}
.TagClassName
{
border-color: #2FBABC;
}
</style>