Shades of Light Sea Green #2FAAA4
Tints of Light Sea Green #2FAAA4
RGB
CMYK
RGB Variations
Color information
#2FAAA4 (or 0x2FAAA4) is known color: Light Sea Green. HEX triplet: 2F, AA and A4. RGB value is (47,170,164). Sum of RGB (Red+Green+Blue) = 47+170+164=381 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.34% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 164 (64.45% from 255 or 43.04% from 381); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAAA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAAA4 is #D0555B. Grayscale: #848484. Windows color (decimal): -13653340 or 10791471. OLE color: 10791471.
HSL color Cylindrical-coordinate representation of color #2FAAA4: hue angle of 177.07º 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 #2FAAA4 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 170 | 164 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.33 |
| HSL | 177.07º | 0.57% | 0.43% | - |
| HSV(B) | 177.07º | 0.72% | 0.67% | - |
| XYZ | 22.25 | 32.03 | 40.13 | - |
| YUV | 132.54 | 145.75 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 164 | 0.72 | 0 | 0.04 | 0.33 | 177.07 | 0.57 | 0.43 |
| Hex | 2F | AA | A4 | 48 | 0 | 4 | 21 | B1 | 39 | 2B |
| Octal | 57 | 252 | 244 | 110 | 0 | 4 | 41 | 261 | 71 | 53 |
| Binary | 101111 | 10101010 | 10100100 | 1001000 | 0 | 100 | 100001 | 10110001 | 111001 | 101011 |
Color Harmonies of #2FAAA4
Complementary color
Monochromatic Colors of #2FAAA4
Black with #2FAAA4
Text Example
Text Example
White with #2FAAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAAA4; }
p { color: rgb(47,170,164); }
H1.HeaderClassName
{
color: #2FAAA4;
}
.AnyTagClassName
{
color: #2FAAA4;
}
</style>
background-color css
<style>
a { background-color: #2FAAA4; }
a { background-color: rgb(47,170,164); }
div.DivClassName
{
background-color: #2FAAA4;
}
.BgClassName
{
background-color: #2FAAA4;
}
</style>
border-color css
<style>
span { border-color: #2FAAA4; }
span { border-color: rgb(47,170,164); }
td.TdClassName
{
border-color: #2FAAA4;
}
.TagClassName
{
border-color: #2FAAA4;
}
</style>