Shades of Light Sea Green #2FB1AB
Tints of Light Sea Green #2FB1AB
RGB
CMYK
RGB Variations
Color information
#2FB1AB (or 0x2FB1AB) is known color: Light Sea Green. HEX triplet: 2F, B1 and AB. RGB value is (47,177,171). Sum of RGB (Red+Green+Blue) = 47+177+171=395 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.90% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB1AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FB1AB is #D04E54. Grayscale: #898989. Windows color (decimal): -13651541 or 11252015. OLE color: 11252015.
HSL color Cylindrical-coordinate representation of color #2FB1AB: hue angle of 177.23º 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 #2FB1AB is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 47 | 177 | 171 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.31 |
| HSL | 177.23º | 0.58% | 0.44% | - |
| HSV(B) | 177.23º | 0.73% | 0.69% | - |
| XYZ | 24.25 | 34.99 | 44 | - |
| YUV | 137.45 | 146.93 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 177 | 171 | 0.73 | 0 | 0.03 | 0.31 | 177.23 | 0.58 | 0.44 |
| Hex | 2F | B1 | AB | 49 | 0 | 3 | 1F | B1 | 3A | 2C |
| Octal | 57 | 261 | 253 | 111 | 0 | 3 | 37 | 261 | 72 | 54 |
| Binary | 101111 | 10110001 | 10101011 | 1001001 | 0 | 11 | 11111 | 10110001 | 111010 | 101100 |
Color Harmonies of #2FB1AB
Complementary color
Monochromatic Colors of #2FB1AB
Black with #2FB1AB
Text Example
Text Example
White with #2FB1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB1AB; }
p { color: rgb(47,177,171); }
H1.HeaderClassName
{
color: #2FB1AB;
}
.AnyTagClassName
{
color: #2FB1AB;
}
</style>
background-color css
<style>
a { background-color: #2FB1AB; }
a { background-color: rgb(47,177,171); }
div.DivClassName
{
background-color: #2FB1AB;
}
.BgClassName
{
background-color: #2FB1AB;
}
</style>
border-color css
<style>
span { border-color: #2FB1AB; }
span { border-color: rgb(47,177,171); }
td.TdClassName
{
border-color: #2FB1AB;
}
.TagClassName
{
border-color: #2FB1AB;
}
</style>