Shades of Light Sea Green #2FC5B3
Tints of Light Sea Green #2FC5B3
RGB
CMYK
RGB Variations
Color information
#2FC5B3 (or 0x2FC5B3) is known color: Light Sea Green. HEX triplet: 2F, C5 and B3. RGB value is (47,197,179). Sum of RGB (Red+Green+Blue) = 47+197+179=423 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.11% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 197 - color contains mainly: green. Hex color #2FC5B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC5B3 is #D03A4C. Grayscale: #969696. Windows color (decimal): -13646413 or 11781423. OLE color: 11781423.
HSL color Cylindrical-coordinate representation of color #2FC5B3: hue angle of 172.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC5B3 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 197 | 179 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.23 |
| HSL | 172.8º | 0.61% | 0.48% | - |
| HSV(B) | 172.8º | 0.76% | 0.77% | - |
| XYZ | 29.28 | 43.79 | 49.56 | - |
| YUV | 150.1 | 144.31 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 197 | 179 | 0.76 | 0 | 0.09 | 0.23 | 172.8 | 0.61 | 0.48 |
| Hex | 2F | C5 | B3 | 4C | 0 | 9 | 17 | AD | 3D | 30 |
| Octal | 57 | 305 | 263 | 114 | 0 | 11 | 27 | 255 | 75 | 60 |
| Binary | 101111 | 11000101 | 10110011 | 1001100 | 0 | 1001 | 10111 | 10101101 | 111101 | 110000 |
Color Harmonies of #2FC5B3
Complementary color
Monochromatic Colors of #2FC5B3
Black with #2FC5B3
Text Example
Text Example
White with #2FC5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC5B3; }
p { color: rgb(47,197,179); }
H1.HeaderClassName
{
color: #2FC5B3;
}
.AnyTagClassName
{
color: #2FC5B3;
}
</style>
background-color css
<style>
a { background-color: #2FC5B3; }
a { background-color: rgb(47,197,179); }
div.DivClassName
{
background-color: #2FC5B3;
}
.BgClassName
{
background-color: #2FC5B3;
}
</style>
border-color css
<style>
span { border-color: #2FC5B3; }
span { border-color: rgb(47,197,179); }
td.TdClassName
{
border-color: #2FC5B3;
}
.TagClassName
{
border-color: #2FC5B3;
}
</style>