Shades of Light Sea Green #2FAAB2
Tints of Light Sea Green #2FAAB2
RGB
CMYK
RGB Variations
Color information
#2FAAB2 (or 0x2FAAB2) is known color: Light Sea Green. HEX triplet: 2F, AA and B2. RGB value is (47,170,178). Sum of RGB (Red+Green+Blue) = 47+170+178=395 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.90% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 178 (69.92% from 255 or 45.06% from 395); Max value from RGB is 178 - color contains mainly: blue. Hex color #2FAAB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAAB2 is #D0554D. Grayscale: #858585. Windows color (decimal): -13653326 or 11708975. OLE color: 11708975.
HSL color Cylindrical-coordinate representation of color #2FAAB2: hue angle of 183.66º 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 #2FAAB2 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 170 | 178 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.30 |
| HSL | 183.66º | 0.58% | 0.44% | - |
| HSV(B) | 183.66º | 0.74% | 0.7% | - |
| XYZ | 23.58 | 32.57 | 47.16 | - |
| YUV | 134.14 | 152.75 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 178 | 0.74 | 0.04 | 0 | 0.30 | 183.66 | 0.58 | 0.44 |
| Hex | 2F | AA | B2 | 4A | 4 | 0 | 1E | B8 | 3A | 2C |
| Octal | 57 | 252 | 262 | 112 | 4 | 0 | 36 | 270 | 72 | 54 |
| Binary | 101111 | 10101010 | 10110010 | 1001010 | 100 | 0 | 11110 | 10111000 | 111010 | 101100 |
Color Harmonies of #2FAAB2
Complementary color
Monochromatic Colors of #2FAAB2
Black with #2FAAB2
Text Example
Text Example
White with #2FAAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAAB2; }
p { color: rgb(47,170,178); }
H1.HeaderClassName
{
color: #2FAAB2;
}
.AnyTagClassName
{
color: #2FAAB2;
}
</style>
background-color css
<style>
a { background-color: #2FAAB2; }
a { background-color: rgb(47,170,178); }
div.DivClassName
{
background-color: #2FAAB2;
}
.BgClassName
{
background-color: #2FAAB2;
}
</style>
border-color css
<style>
span { border-color: #2FAAB2; }
span { border-color: rgb(47,170,178); }
td.TdClassName
{
border-color: #2FAAB2;
}
.TagClassName
{
border-color: #2FAAB2;
}
</style>