Shades of Light Sea Green #2FC4AD
Tints of Light Sea Green #2FC4AD
RGB
CMYK
RGB Variations
Color information
#2FC4AD (or 0x2FC4AD) is known color: Light Sea Green. HEX triplet: 2F, C4 and AD. RGB value is (47,196,173). Sum of RGB (Red+Green+Blue) = 47+196+173=416 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.30% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC4AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC4AD is #D03B52. Grayscale: #949494. Windows color (decimal): -13646675 or 11387951. OLE color: 11387951.
HSL color Cylindrical-coordinate representation of color #2FC4AD: hue angle of 170.74º 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 #2FC4AD is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 196 | 173 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.23 |
| HSL | 170.74º | 0.61% | 0.48% | - |
| HSV(B) | 170.74º | 0.76% | 0.77% | - |
| XYZ | 28.46 | 43.1 | 46.35 | - |
| YUV | 148.83 | 141.64 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 196 | 173 | 0.76 | 0 | 0.12 | 0.23 | 170.74 | 0.61 | 0.48 |
| Hex | 2F | C4 | AD | 4C | 0 | C | 17 | AB | 3D | 30 |
| Octal | 57 | 304 | 255 | 114 | 0 | 14 | 27 | 253 | 75 | 60 |
| Binary | 101111 | 11000100 | 10101101 | 1001100 | 0 | 1100 | 10111 | 10101011 | 111101 | 110000 |
Color Harmonies of #2FC4AD
Complementary color
Monochromatic Colors of #2FC4AD
Black with #2FC4AD
Text Example
Text Example
White with #2FC4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC4AD; }
p { color: rgb(47,196,173); }
H1.HeaderClassName
{
color: #2FC4AD;
}
.AnyTagClassName
{
color: #2FC4AD;
}
</style>
background-color css
<style>
a { background-color: #2FC4AD; }
a { background-color: rgb(47,196,173); }
div.DivClassName
{
background-color: #2FC4AD;
}
.BgClassName
{
background-color: #2FC4AD;
}
</style>
border-color css
<style>
span { border-color: #2FC4AD; }
span { border-color: rgb(47,196,173); }
td.TdClassName
{
border-color: #2FC4AD;
}
.TagClassName
{
border-color: #2FC4AD;
}
</style>