Shades of Light Sea Green #2FC9B5
Tints of Light Sea Green #2FC9B5
RGB
CMYK
RGB Variations
Color information
#2FC9B5 (or 0x2FC9B5) is known color: Light Sea Green. HEX triplet: 2F, C9 and B5. RGB value is (47,201,181). Sum of RGB (Red+Green+Blue) = 47+201+181=429 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.96% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 181 (71.09% from 255 or 42.19% from 429); Max value from RGB is 201 - color contains mainly: green. Hex color #2FC9B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC9B5 is #D0364A. Grayscale: #989898. Windows color (decimal): -13645387 or 11913519. OLE color: 11913519.
HSL color Cylindrical-coordinate representation of color #2FC9B5: hue angle of 172.21º 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 #2FC9B5 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 201 | 181 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.21 |
| HSL | 172.21º | 0.62% | 0.49% | - |
| HSV(B) | 172.21º | 0.77% | 0.79% | - |
| XYZ | 30.4 | 45.71 | 50.94 | - |
| YUV | 152.67 | 143.98 | 52.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 201 | 181 | 0.77 | 0 | 0.10 | 0.21 | 172.21 | 0.62 | 0.49 |
| Hex | 2F | C9 | B5 | 4D | 0 | A | 15 | AC | 3E | 31 |
| Octal | 57 | 311 | 265 | 115 | 0 | 12 | 25 | 254 | 76 | 61 |
| Binary | 101111 | 11001001 | 10110101 | 1001101 | 0 | 1010 | 10101 | 10101100 | 111110 | 110001 |
Color Harmonies of #2FC9B5
Complementary color
Monochromatic Colors of #2FC9B5
Black with #2FC9B5
Text Example
Text Example
White with #2FC9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC9B5; }
p { color: rgb(47,201,181); }
H1.HeaderClassName
{
color: #2FC9B5;
}
.AnyTagClassName
{
color: #2FC9B5;
}
</style>
background-color css
<style>
a { background-color: #2FC9B5; }
a { background-color: rgb(47,201,181); }
div.DivClassName
{
background-color: #2FC9B5;
}
.BgClassName
{
background-color: #2FC9B5;
}
</style>
border-color css
<style>
span { border-color: #2FC9B5; }
span { border-color: rgb(47,201,181); }
td.TdClassName
{
border-color: #2FC9B5;
}
.TagClassName
{
border-color: #2FC9B5;
}
</style>