Shades of Light Sea Green #2FABAD
Tints of Light Sea Green #2FABAD
RGB
CMYK
RGB Variations
Color information
#2FABAD (or 0x2FABAD) is known color: Light Sea Green. HEX triplet: 2F, AB and AD. RGB value is (47,171,173). Sum of RGB (Red+Green+Blue) = 47+171+173=391 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.02% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #2FABAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FABAD is #D05452. Grayscale: #868686. Windows color (decimal): -13653075 or 11381551. OLE color: 11381551.
HSL color Cylindrical-coordinate representation of color #2FABAD: hue angle of 180.95º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FABAD is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 171 | 173 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.32 |
| HSL | 180.95º | 0.57% | 0.43% | - |
| HSV(B) | 180.95º | 0.73% | 0.68% | - |
| XYZ | 23.28 | 32.75 | 44.63 | - |
| YUV | 134.15 | 149.92 | 65.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 171 | 173 | 0.73 | 0.01 | 0 | 0.32 | 180.95 | 0.57 | 0.43 |
| Hex | 2F | AB | AD | 49 | 1 | 0 | 20 | B5 | 39 | 2B |
| Octal | 57 | 253 | 255 | 111 | 1 | 0 | 40 | 265 | 71 | 53 |
| Binary | 101111 | 10101011 | 10101101 | 1001001 | 1 | 0 | 100000 | 10110101 | 111001 | 101011 |
Color Harmonies of #2FABAD
Complementary color
Monochromatic Colors of #2FABAD
Black with #2FABAD
Text Example
Text Example
White with #2FABAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FABAD; }
p { color: rgb(47,171,173); }
H1.HeaderClassName
{
color: #2FABAD;
}
.AnyTagClassName
{
color: #2FABAD;
}
</style>
background-color css
<style>
a { background-color: #2FABAD; }
a { background-color: rgb(47,171,173); }
div.DivClassName
{
background-color: #2FABAD;
}
.BgClassName
{
background-color: #2FABAD;
}
</style>
border-color css
<style>
span { border-color: #2FABAD; }
span { border-color: rgb(47,171,173); }
td.TdClassName
{
border-color: #2FABAD;
}
.TagClassName
{
border-color: #2FABAD;
}
</style>