Shades of Light Sea Green #2FABAB
Tints of Light Sea Green #2FABAB
RGB
CMYK
RGB Variations
Color information
#2FABAB (or 0x2FABAB) is known color: Light Sea Green. HEX triplet: 2F, AB and AB. RGB value is (47,171,171). Sum of RGB (Red+Green+Blue) = 47+171+171=389 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.08% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #2FABAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FABAB is #D05454. Grayscale: #858585. Windows color (decimal): -13653077 or 11250479. OLE color: 11250479.
HSL color Cylindrical-coordinate representation of color #2FABAB: hue angle of 180º 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 #2FABAB is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 171 | 171 | - |
| CMYK | 0.73 | 0 | 0 | 0.33 |
| HSL | 180º | 0.57% | 0.43% | - |
| HSV(B) | 180º | 0.73% | 0.67% | - |
| XYZ | 23.09 | 32.67 | 43.62 | - |
| YUV | 133.92 | 148.92 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 171 | 171 | 0.73 | 0 | 0 | 0.33 | 180 | 0.57 | 0.43 |
| Hex | 2F | AB | AB | 49 | 0 | 0 | 21 | B4 | 39 | 2B |
| Octal | 57 | 253 | 253 | 111 | 0 | 0 | 41 | 264 | 71 | 53 |
| Binary | 101111 | 10101011 | 10101011 | 1001001 | 0 | 0 | 100001 | 10110100 | 111001 | 101011 |
Color Harmonies of #2FABAB
Complementary color
Monochromatic Colors of #2FABAB
Black with #2FABAB
Text Example
Text Example
White with #2FABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FABAB; }
p { color: rgb(47,171,171); }
H1.HeaderClassName
{
color: #2FABAB;
}
.AnyTagClassName
{
color: #2FABAB;
}
</style>
background-color css
<style>
a { background-color: #2FABAB; }
a { background-color: rgb(47,171,171); }
div.DivClassName
{
background-color: #2FABAB;
}
.BgClassName
{
background-color: #2FABAB;
}
</style>
border-color css
<style>
span { border-color: #2FABAB; }
span { border-color: rgb(47,171,171); }
td.TdClassName
{
border-color: #2FABAB;
}
.TagClassName
{
border-color: #2FABAB;
}
</style>