Shades of Light Sea Green #2FB2AD
Tints of Light Sea Green #2FB2AD
RGB
CMYK
RGB Variations
Color information
#2FB2AD (or 0x2FB2AD) is known color: Light Sea Green. HEX triplet: 2F, B2 and AD. RGB value is (47,178,173). Sum of RGB (Red+Green+Blue) = 47+178+173=398 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.81% from 398); Green value is 178 (69.92% from 255 or 44.72% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB2AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FB2AD is #D04D52. Grayscale: #8A8A8A. Windows color (decimal): -13651283 or 11383343. OLE color: 11383343.
HSL color Cylindrical-coordinate representation of color #2FB2AD: hue angle of 177.71º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB2AD is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 178 | 173 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.30 |
| HSL | 177.71º | 0.58% | 0.44% | - |
| HSV(B) | 177.71º | 0.74% | 0.7% | - |
| XYZ | 24.64 | 35.46 | 45.08 | - |
| YUV | 138.26 | 147.6 | 62.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 178 | 173 | 0.74 | 0 | 0.03 | 0.30 | 177.71 | 0.58 | 0.44 |
| Hex | 2F | B2 | AD | 4A | 0 | 3 | 1E | B2 | 3A | 2C |
| Octal | 57 | 262 | 255 | 112 | 0 | 3 | 36 | 262 | 72 | 54 |
| Binary | 101111 | 10110010 | 10101101 | 1001010 | 0 | 11 | 11110 | 10110010 | 111010 | 101100 |
Color Harmonies of #2FB2AD
Complementary color
Monochromatic Colors of #2FB2AD
Black with #2FB2AD
Text Example
Text Example
White with #2FB2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB2AD; }
p { color: rgb(47,178,173); }
H1.HeaderClassName
{
color: #2FB2AD;
}
.AnyTagClassName
{
color: #2FB2AD;
}
</style>
background-color css
<style>
a { background-color: #2FB2AD; }
a { background-color: rgb(47,178,173); }
div.DivClassName
{
background-color: #2FB2AD;
}
.BgClassName
{
background-color: #2FB2AD;
}
</style>
border-color css
<style>
span { border-color: #2FB2AD; }
span { border-color: rgb(47,178,173); }
td.TdClassName
{
border-color: #2FB2AD;
}
.TagClassName
{
border-color: #2FB2AD;
}
</style>