Shades of Light Sea Green #2FABA5
Tints of Light Sea Green #2FABA5
RGB
CMYK
RGB Variations
Color information
#2FABA5 (or 0x2FABA5) is known color: Light Sea Green. HEX triplet: 2F, AB and A5. RGB value is (47,171,165). Sum of RGB (Red+Green+Blue) = 47+171+165=383 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.27% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 165 (64.84% from 255 or 43.08% from 383); Max value from RGB is 171 - color contains mainly: green. Hex color #2FABA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FABA5 is #D0545A. Grayscale: #858585. Windows color (decimal): -13653083 or 10857263. OLE color: 10857263.
HSL color Cylindrical-coordinate representation of color #2FABA5: hue angle of 177.1º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FABA5 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 171 | 165 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.33 |
| HSL | 177.1º | 0.57% | 0.43% | - |
| HSV(B) | 177.1º | 0.73% | 0.67% | - |
| XYZ | 22.53 | 32.45 | 40.67 | - |
| YUV | 133.24 | 145.92 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 171 | 165 | 0.73 | 0 | 0.04 | 0.33 | 177.1 | 0.57 | 0.43 |
| Hex | 2F | AB | A5 | 49 | 0 | 4 | 21 | B1 | 39 | 2B |
| Octal | 57 | 253 | 245 | 111 | 0 | 4 | 41 | 261 | 71 | 53 |
| Binary | 101111 | 10101011 | 10100101 | 1001001 | 0 | 100 | 100001 | 10110001 | 111001 | 101011 |
Color Harmonies of #2FABA5
Complementary color
Monochromatic Colors of #2FABA5
Black with #2FABA5
Text Example
Text Example
White with #2FABA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FABA5; }
p { color: rgb(47,171,165); }
H1.HeaderClassName
{
color: #2FABA5;
}
.AnyTagClassName
{
color: #2FABA5;
}
</style>
background-color css
<style>
a { background-color: #2FABA5; }
a { background-color: rgb(47,171,165); }
div.DivClassName
{
background-color: #2FABA5;
}
.BgClassName
{
background-color: #2FABA5;
}
</style>
border-color css
<style>
span { border-color: #2FABA5; }
span { border-color: rgb(47,171,165); }
td.TdClassName
{
border-color: #2FABA5;
}
.TagClassName
{
border-color: #2FABA5;
}
</style>