Shades of Light Sea Green #2FC4B3
Tints of Light Sea Green #2FC4B3
RGB
CMYK
RGB Variations
Color information
#2FC4B3 (or 0x2FC4B3) is known color: Light Sea Green. HEX triplet: 2F, C4 and B3. RGB value is (47,196,179). Sum of RGB (Red+Green+Blue) = 47+196+179=422 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.14% from 422); Green value is 196 (76.95% from 255 or 46.45% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC4B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC4B3 is #D03B4C. Grayscale: #959595. Windows color (decimal): -13646669 or 11781167. OLE color: 11781167.
HSL color Cylindrical-coordinate representation of color #2FC4B3: hue angle of 173.15º 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 #2FC4B3 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 196 | 179 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.23 |
| HSL | 173.15º | 0.61% | 0.48% | - |
| HSV(B) | 173.15º | 0.76% | 0.77% | - |
| XYZ | 29.05 | 43.34 | 49.48 | - |
| YUV | 149.51 | 144.64 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 196 | 179 | 0.76 | 0 | 0.09 | 0.23 | 173.15 | 0.61 | 0.48 |
| Hex | 2F | C4 | B3 | 4C | 0 | 9 | 17 | AD | 3D | 30 |
| Octal | 57 | 304 | 263 | 114 | 0 | 11 | 27 | 255 | 75 | 60 |
| Binary | 101111 | 11000100 | 10110011 | 1001100 | 0 | 1001 | 10111 | 10101101 | 111101 | 110000 |
Color Harmonies of #2FC4B3
Complementary color
Monochromatic Colors of #2FC4B3
Black with #2FC4B3
Text Example
Text Example
White with #2FC4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC4B3; }
p { color: rgb(47,196,179); }
H1.HeaderClassName
{
color: #2FC4B3;
}
.AnyTagClassName
{
color: #2FC4B3;
}
</style>
background-color css
<style>
a { background-color: #2FC4B3; }
a { background-color: rgb(47,196,179); }
div.DivClassName
{
background-color: #2FC4B3;
}
.BgClassName
{
background-color: #2FC4B3;
}
</style>
border-color css
<style>
span { border-color: #2FC4B3; }
span { border-color: rgb(47,196,179); }
td.TdClassName
{
border-color: #2FC4B3;
}
.TagClassName
{
border-color: #2FC4B3;
}
</style>