Shades of Light Sea Green #2FBABF
Tints of Light Sea Green #2FBABF
RGB
CMYK
RGB Variations
Color information
#2FBABF (or 0x2FBABF) is known color: Light Sea Green. HEX triplet: 2F, BA and BF. RGB value is (47,186,191). Sum of RGB (Red+Green+Blue) = 47+186+191=424 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.08% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #2FBABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBABF is #D04540. Grayscale: #909090. Windows color (decimal): -13649217 or 12565039. OLE color: 12565039.
HSL color Cylindrical-coordinate representation of color #2FBABF: hue angle of 182.08º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBABF is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 186 | 191 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.25 |
| HSL | 182.08º | 0.61% | 0.47% | - |
| HSV(B) | 182.08º | 0.75% | 0.75% | - |
| XYZ | 28.14 | 39.48 | 55.43 | - |
| YUV | 145.01 | 153.95 | 58.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 191 | 0.75 | 0.03 | 0 | 0.25 | 182.08 | 0.61 | 0.47 |
| Hex | 2F | BA | BF | 4B | 3 | 0 | 19 | B6 | 3D | 2F |
| Octal | 57 | 272 | 277 | 113 | 3 | 0 | 31 | 266 | 75 | 57 |
| Binary | 101111 | 10111010 | 10111111 | 1001011 | 11 | 0 | 11001 | 10110110 | 111101 | 101111 |
Color Harmonies of #2FBABF
Complementary color
Monochromatic Colors of #2FBABF
Black with #2FBABF
Text Example
Text Example
White with #2FBABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBABF; }
p { color: rgb(47,186,191); }
H1.HeaderClassName
{
color: #2FBABF;
}
.AnyTagClassName
{
color: #2FBABF;
}
</style>
background-color css
<style>
a { background-color: #2FBABF; }
a { background-color: rgb(47,186,191); }
div.DivClassName
{
background-color: #2FBABF;
}
.BgClassName
{
background-color: #2FBABF;
}
</style>
border-color css
<style>
span { border-color: #2FBABF; }
span { border-color: rgb(47,186,191); }
td.TdClassName
{
border-color: #2FBABF;
}
.TagClassName
{
border-color: #2FBABF;
}
</style>