Shades of Light Sea Green #2FB4AD
Tints of Light Sea Green #2FB4AD
RGB
CMYK
RGB Variations
Color information
#2FB4AD (or 0x2FB4AD) is known color: Light Sea Green. HEX triplet: 2F, B4 and AD. RGB value is (47,180,173). Sum of RGB (Red+Green+Blue) = 47+180+173=400 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.75% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB4AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB4AD is #D04B52. Grayscale: #8B8B8B. Windows color (decimal): -13650771 or 11383855. OLE color: 11383855.
HSL color Cylindrical-coordinate representation of color #2FB4AD: hue angle of 176.84º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB4AD is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 180 | 173 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.29 |
| HSL | 176.84º | 0.59% | 0.45% | - |
| HSV(B) | 176.84º | 0.74% | 0.71% | - |
| XYZ | 25.04 | 36.26 | 45.22 | - |
| YUV | 139.44 | 146.94 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 180 | 173 | 0.74 | 0 | 0.04 | 0.29 | 176.84 | 0.59 | 0.45 |
| Hex | 2F | B4 | AD | 4A | 0 | 4 | 1D | B1 | 3B | 2D |
| Octal | 57 | 264 | 255 | 112 | 0 | 4 | 35 | 261 | 73 | 55 |
| Binary | 101111 | 10110100 | 10101101 | 1001010 | 0 | 100 | 11101 | 10110001 | 111011 | 101101 |
Color Harmonies of #2FB4AD
Complementary color
Monochromatic Colors of #2FB4AD
Black with #2FB4AD
Text Example
Text Example
White with #2FB4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB4AD; }
p { color: rgb(47,180,173); }
H1.HeaderClassName
{
color: #2FB4AD;
}
.AnyTagClassName
{
color: #2FB4AD;
}
</style>
background-color css
<style>
a { background-color: #2FB4AD; }
a { background-color: rgb(47,180,173); }
div.DivClassName
{
background-color: #2FB4AD;
}
.BgClassName
{
background-color: #2FB4AD;
}
</style>
border-color css
<style>
span { border-color: #2FB4AD; }
span { border-color: rgb(47,180,173); }
td.TdClassName
{
border-color: #2FB4AD;
}
.TagClassName
{
border-color: #2FB4AD;
}
</style>