Shades of Light Sea Green #2FAAA7
Tints of Light Sea Green #2FAAA7
RGB
CMYK
RGB Variations
Color information
#2FAAA7 (or 0x2FAAA7) is known color: Light Sea Green. HEX triplet: 2F, AA and A7. RGB value is (47,170,167). Sum of RGB (Red+Green+Blue) = 47+170+167=384 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.24% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 167 (65.62% from 255 or 43.49% from 384); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAAA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAAA7 is #D05558. Grayscale: #848484. Windows color (decimal): -13653337 or 10988079. OLE color: 10988079.
HSL color Cylindrical-coordinate representation of color #2FAAA7: hue angle of 178.54º 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 #2FAAA7 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 170 | 167 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.33 |
| HSL | 178.54º | 0.57% | 0.43% | - |
| HSV(B) | 178.54º | 0.72% | 0.67% | - |
| XYZ | 22.52 | 32.14 | 41.58 | - |
| YUV | 132.88 | 147.25 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 167 | 0.72 | 0 | 0.02 | 0.33 | 178.54 | 0.57 | 0.43 |
| Hex | 2F | AA | A7 | 48 | 0 | 2 | 21 | B3 | 39 | 2B |
| Octal | 57 | 252 | 247 | 110 | 0 | 2 | 41 | 263 | 71 | 53 |
| Binary | 101111 | 10101010 | 10100111 | 1001000 | 0 | 10 | 100001 | 10110011 | 111001 | 101011 |
Color Harmonies of #2FAAA7
Complementary color
Monochromatic Colors of #2FAAA7
Black with #2FAAA7
Text Example
Text Example
White with #2FAAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAAA7; }
p { color: rgb(47,170,167); }
H1.HeaderClassName
{
color: #2FAAA7;
}
.AnyTagClassName
{
color: #2FAAA7;
}
</style>
background-color css
<style>
a { background-color: #2FAAA7; }
a { background-color: rgb(47,170,167); }
div.DivClassName
{
background-color: #2FAAA7;
}
.BgClassName
{
background-color: #2FAAA7;
}
</style>
border-color css
<style>
span { border-color: #2FAAA7; }
span { border-color: rgb(47,170,167); }
td.TdClassName
{
border-color: #2FAAA7;
}
.TagClassName
{
border-color: #2FAAA7;
}
</style>