Shades of Light Sea Green #2FAAA0
Tints of Light Sea Green #2FAAA0
RGB
CMYK
RGB Variations
Color information
#2FAAA0 (or 0x2FAAA0) is known color: Light Sea Green. HEX triplet: 2F, AA and A0. RGB value is (47,170,160). Sum of RGB (Red+Green+Blue) = 47+170+160=377 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.47% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAAA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAAA0 is #D0555F. Grayscale: #848484. Windows color (decimal): -13653344 or 10529327. OLE color: 10529327.
HSL color Cylindrical-coordinate representation of color #2FAAA0: hue angle of 175.12º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FAAA0 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 170 | 160 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.33 |
| HSL | 175.12º | 0.57% | 0.43% | - |
| HSV(B) | 175.12º | 0.72% | 0.67% | - |
| XYZ | 21.89 | 31.89 | 38.26 | - |
| YUV | 132.08 | 143.75 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 160 | 0.72 | 0 | 0.06 | 0.33 | 175.12 | 0.57 | 0.43 |
| Hex | 2F | AA | A0 | 48 | 0 | 6 | 21 | AF | 39 | 2B |
| Octal | 57 | 252 | 240 | 110 | 0 | 6 | 41 | 257 | 71 | 53 |
| Binary | 101111 | 10101010 | 10100000 | 1001000 | 0 | 110 | 100001 | 10101111 | 111001 | 101011 |
Color Harmonies of #2FAAA0
Complementary color
Monochromatic Colors of #2FAAA0
Black with #2FAAA0
Text Example
Text Example
White with #2FAAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAAA0; }
p { color: rgb(47,170,160); }
H1.HeaderClassName
{
color: #2FAAA0;
}
.AnyTagClassName
{
color: #2FAAA0;
}
</style>
background-color css
<style>
a { background-color: #2FAAA0; }
a { background-color: rgb(47,170,160); }
div.DivClassName
{
background-color: #2FAAA0;
}
.BgClassName
{
background-color: #2FAAA0;
}
</style>
border-color css
<style>
span { border-color: #2FAAA0; }
span { border-color: rgb(47,170,160); }
td.TdClassName
{
border-color: #2FAAA0;
}
.TagClassName
{
border-color: #2FAAA0;
}
</style>