Shades of Light Sea Green #2FADB2
Tints of Light Sea Green #2FADB2
RGB
CMYK
RGB Variations
Color information
#2FADB2 (or 0x2FADB2) is known color: Light Sea Green. HEX triplet: 2F, AD and B2. RGB value is (47,173,178). Sum of RGB (Red+Green+Blue) = 47+173+178=398 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.81% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 178 (69.92% from 255 or 44.72% from 398); Max value from RGB is 178 - color contains mainly: blue. Hex color #2FADB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FADB2 is #D0524D. Grayscale: #878787. Windows color (decimal): -13652558 or 11709743. OLE color: 11709743.
HSL color Cylindrical-coordinate representation of color #2FADB2: hue angle of 182.29º 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 #2FADB2 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 173 | 178 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.30 |
| HSL | 182.29º | 0.58% | 0.44% | - |
| HSV(B) | 182.29º | 0.74% | 0.7% | - |
| XYZ | 24.15 | 33.71 | 47.35 | - |
| YUV | 135.9 | 151.76 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 173 | 178 | 0.74 | 0.03 | 0 | 0.30 | 182.29 | 0.58 | 0.44 |
| Hex | 2F | AD | B2 | 4A | 3 | 0 | 1E | B6 | 3A | 2C |
| Octal | 57 | 255 | 262 | 112 | 3 | 0 | 36 | 266 | 72 | 54 |
| Binary | 101111 | 10101101 | 10110010 | 1001010 | 11 | 0 | 11110 | 10110110 | 111010 | 101100 |
Color Harmonies of #2FADB2
Complementary color
Monochromatic Colors of #2FADB2
Black with #2FADB2
Text Example
Text Example
White with #2FADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FADB2; }
p { color: rgb(47,173,178); }
H1.HeaderClassName
{
color: #2FADB2;
}
.AnyTagClassName
{
color: #2FADB2;
}
</style>
background-color css
<style>
a { background-color: #2FADB2; }
a { background-color: rgb(47,173,178); }
div.DivClassName
{
background-color: #2FADB2;
}
.BgClassName
{
background-color: #2FADB2;
}
</style>
border-color css
<style>
span { border-color: #2FADB2; }
span { border-color: rgb(47,173,178); }
td.TdClassName
{
border-color: #2FADB2;
}
.TagClassName
{
border-color: #2FADB2;
}
</style>