Shades of Light Sea Green #2FC9BA
Tints of Light Sea Green #2FC9BA
RGB
CMYK
RGB Variations
Color information
#2FC9BA (or 0x2FC9BA) is known color: Light Sea Green. HEX triplet: 2F, C9 and BA. RGB value is (47,201,186). Sum of RGB (Red+Green+Blue) = 47+201+186=434 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.83% from 434); Green value is 201 (78.91% from 255 or 46.31% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 201 - color contains mainly: green. Hex color #2FC9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC9BA is #D03645. Grayscale: #999999. Windows color (decimal): -13645382 or 12241199. OLE color: 12241199.
HSL color Cylindrical-coordinate representation of color #2FC9BA: hue angle of 174.16º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FC9BA is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 201 | 186 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.21 |
| HSL | 174.16º | 0.62% | 0.49% | - |
| HSV(B) | 174.16º | 0.77% | 0.79% | - |
| XYZ | 30.92 | 45.92 | 53.69 | - |
| YUV | 153.24 | 146.48 | 52.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 201 | 186 | 0.77 | 0 | 0.07 | 0.21 | 174.16 | 0.62 | 0.49 |
| Hex | 2F | C9 | BA | 4D | 0 | 7 | 15 | AE | 3E | 31 |
| Octal | 57 | 311 | 272 | 115 | 0 | 7 | 25 | 256 | 76 | 61 |
| Binary | 101111 | 11001001 | 10111010 | 1001101 | 0 | 111 | 10101 | 10101110 | 111110 | 110001 |
Color Harmonies of #2FC9BA
Complementary color
Monochromatic Colors of #2FC9BA
Black with #2FC9BA
Text Example
Text Example
White with #2FC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC9BA; }
p { color: rgb(47,201,186); }
H1.HeaderClassName
{
color: #2FC9BA;
}
.AnyTagClassName
{
color: #2FC9BA;
}
</style>
background-color css
<style>
a { background-color: #2FC9BA; }
a { background-color: rgb(47,201,186); }
div.DivClassName
{
background-color: #2FC9BA;
}
.BgClassName
{
background-color: #2FC9BA;
}
</style>
border-color css
<style>
span { border-color: #2FC9BA; }
span { border-color: rgb(47,201,186); }
td.TdClassName
{
border-color: #2FC9BA;
}
.TagClassName
{
border-color: #2FC9BA;
}
</style>