Shades of Light Sea Green #2FA8AA
Tints of Light Sea Green #2FA8AA
RGB
CMYK
RGB Variations
Color information
#2FA8AA (or 0x2FA8AA) is known color: Light Sea Green. HEX triplet: 2F, A8 and AA. RGB value is (47,168,170). Sum of RGB (Red+Green+Blue) = 47+168+170=385 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.21% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #2FA8AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA8AA is #D05755. Grayscale: #838383. Windows color (decimal): -13653846 or 11184175. OLE color: 11184175.
HSL color Cylindrical-coordinate representation of color #2FA8AA: hue angle of 180.98º 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 #2FA8AA is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 168 | 170 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.33 |
| HSL | 180.98º | 0.57% | 0.43% | - |
| HSV(B) | 180.98º | 0.72% | 0.67% | - |
| XYZ | 22.43 | 31.51 | 42.93 | - |
| YUV | 132.05 | 149.41 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 168 | 170 | 0.72 | 0.01 | 0 | 0.33 | 180.98 | 0.57 | 0.43 |
| Hex | 2F | A8 | AA | 48 | 1 | 0 | 21 | B5 | 39 | 2B |
| Octal | 57 | 250 | 252 | 110 | 1 | 0 | 41 | 265 | 71 | 53 |
| Binary | 101111 | 10101000 | 10101010 | 1001000 | 1 | 0 | 100001 | 10110101 | 111001 | 101011 |
Color Harmonies of #2FA8AA
Complementary color
Monochromatic Colors of #2FA8AA
Black with #2FA8AA
Text Example
Text Example
White with #2FA8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA8AA; }
p { color: rgb(47,168,170); }
H1.HeaderClassName
{
color: #2FA8AA;
}
.AnyTagClassName
{
color: #2FA8AA;
}
</style>
background-color css
<style>
a { background-color: #2FA8AA; }
a { background-color: rgb(47,168,170); }
div.DivClassName
{
background-color: #2FA8AA;
}
.BgClassName
{
background-color: #2FA8AA;
}
</style>
border-color css
<style>
span { border-color: #2FA8AA; }
span { border-color: rgb(47,168,170); }
td.TdClassName
{
border-color: #2FA8AA;
}
.TagClassName
{
border-color: #2FA8AA;
}
</style>