Shades of Light Sea Green #2FB3AB
Tints of Light Sea Green #2FB3AB
RGB
CMYK
RGB Variations
Color information
#2FB3AB (or 0x2FB3AB) is known color: Light Sea Green. HEX triplet: 2F, B3 and AB. RGB value is (47,179,171). Sum of RGB (Red+Green+Blue) = 47+179+171=397 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.84% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB3AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB3AB is #D04C54. Grayscale: #8A8A8A. Windows color (decimal): -13651029 or 11252527. OLE color: 11252527.
HSL color Cylindrical-coordinate representation of color #2FB3AB: hue angle of 176.36º 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 #2FB3AB is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 179 | 171 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.30 |
| HSL | 176.36º | 0.58% | 0.44% | - |
| HSV(B) | 176.36º | 0.74% | 0.7% | - |
| XYZ | 24.64 | 35.78 | 44.14 | - |
| YUV | 138.62 | 146.27 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 179 | 171 | 0.74 | 0 | 0.04 | 0.30 | 176.36 | 0.58 | 0.44 |
| Hex | 2F | B3 | AB | 4A | 0 | 4 | 1E | B0 | 3A | 2C |
| Octal | 57 | 263 | 253 | 112 | 0 | 4 | 36 | 260 | 72 | 54 |
| Binary | 101111 | 10110011 | 10101011 | 1001010 | 0 | 100 | 11110 | 10110000 | 111010 | 101100 |
Color Harmonies of #2FB3AB
Complementary color
Monochromatic Colors of #2FB3AB
Black with #2FB3AB
Text Example
Text Example
White with #2FB3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB3AB; }
p { color: rgb(47,179,171); }
H1.HeaderClassName
{
color: #2FB3AB;
}
.AnyTagClassName
{
color: #2FB3AB;
}
</style>
background-color css
<style>
a { background-color: #2FB3AB; }
a { background-color: rgb(47,179,171); }
div.DivClassName
{
background-color: #2FB3AB;
}
.BgClassName
{
background-color: #2FB3AB;
}
</style>
border-color css
<style>
span { border-color: #2FB3AB; }
span { border-color: rgb(47,179,171); }
td.TdClassName
{
border-color: #2FB3AB;
}
.TagClassName
{
border-color: #2FB3AB;
}
</style>