Shades of Light Sea Green #2FB0AB
Tints of Light Sea Green #2FB0AB
RGB
CMYK
RGB Variations
Color information
#2FB0AB (or 0x2FB0AB) is known color: Light Sea Green. HEX triplet: 2F, B0 and AB. RGB value is (47,176,171). Sum of RGB (Red+Green+Blue) = 47+176+171=394 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.93% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 176 - color contains mainly: green. Hex color #2FB0AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FB0AB is #D04F54. Grayscale: #888888. Windows color (decimal): -13651797 or 11251759. OLE color: 11251759.
HSL color Cylindrical-coordinate representation of color #2FB0AB: hue angle of 177.67º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FB0AB is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 176 | 171 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.31 |
| HSL | 177.67º | 0.58% | 0.44% | - |
| HSV(B) | 177.67º | 0.73% | 0.69% | - |
| XYZ | 24.05 | 34.6 | 43.94 | - |
| YUV | 136.86 | 147.26 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 176 | 171 | 0.73 | 0 | 0.03 | 0.31 | 177.67 | 0.58 | 0.44 |
| Hex | 2F | B0 | AB | 49 | 0 | 3 | 1F | B2 | 3A | 2C |
| Octal | 57 | 260 | 253 | 111 | 0 | 3 | 37 | 262 | 72 | 54 |
| Binary | 101111 | 10110000 | 10101011 | 1001001 | 0 | 11 | 11111 | 10110010 | 111010 | 101100 |
Color Harmonies of #2FB0AB
Complementary color
Monochromatic Colors of #2FB0AB
Black with #2FB0AB
Text Example
Text Example
White with #2FB0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB0AB; }
p { color: rgb(47,176,171); }
H1.HeaderClassName
{
color: #2FB0AB;
}
.AnyTagClassName
{
color: #2FB0AB;
}
</style>
background-color css
<style>
a { background-color: #2FB0AB; }
a { background-color: rgb(47,176,171); }
div.DivClassName
{
background-color: #2FB0AB;
}
.BgClassName
{
background-color: #2FB0AB;
}
</style>
border-color css
<style>
span { border-color: #2FB0AB; }
span { border-color: rgb(47,176,171); }
td.TdClassName
{
border-color: #2FB0AB;
}
.TagClassName
{
border-color: #2FB0AB;
}
</style>