Shades of Light Sea Green #2FCAB6
Tints of Light Sea Green #2FCAB6
RGB
CMYK
RGB Variations
Color information
#2FCAB6 (or 0x2FCAB6) is known color: Light Sea Green. HEX triplet: 2F, CA and B6. RGB value is (47,202,182). Sum of RGB (Red+Green+Blue) = 47+202+182=431 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.90% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #2FCAB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCAB6 is #D03549. Grayscale: #999999. Windows color (decimal): -13645130 or 11979311. OLE color: 11979311.
HSL color Cylindrical-coordinate representation of color #2FCAB6: hue angle of 172.26º 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 #2FCAB6 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 202 | 182 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.21 |
| HSL | 172.26º | 0.62% | 0.49% | - |
| HSV(B) | 172.26º | 0.77% | 0.79% | - |
| XYZ | 30.74 | 46.22 | 51.56 | - |
| YUV | 153.38 | 144.15 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 202 | 182 | 0.77 | 0 | 0.10 | 0.21 | 172.26 | 0.62 | 0.49 |
| Hex | 2F | CA | B6 | 4D | 0 | A | 15 | AC | 3E | 31 |
| Octal | 57 | 312 | 266 | 115 | 0 | 12 | 25 | 254 | 76 | 61 |
| Binary | 101111 | 11001010 | 10110110 | 1001101 | 0 | 1010 | 10101 | 10101100 | 111110 | 110001 |
Color Harmonies of #2FCAB6
Complementary color
Monochromatic Colors of #2FCAB6
Black with #2FCAB6
Text Example
Text Example
White with #2FCAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCAB6; }
p { color: rgb(47,202,182); }
H1.HeaderClassName
{
color: #2FCAB6;
}
.AnyTagClassName
{
color: #2FCAB6;
}
</style>
background-color css
<style>
a { background-color: #2FCAB6; }
a { background-color: rgb(47,202,182); }
div.DivClassName
{
background-color: #2FCAB6;
}
.BgClassName
{
background-color: #2FCAB6;
}
</style>
border-color css
<style>
span { border-color: #2FCAB6; }
span { border-color: rgb(47,202,182); }
td.TdClassName
{
border-color: #2FCAB6;
}
.TagClassName
{
border-color: #2FCAB6;
}
</style>