Shades of Light Sea Green #2FB5B1
Tints of Light Sea Green #2FB5B1
RGB
CMYK
RGB Variations
Color information
#2FB5B1 (or 0x2FB5B1) is known color: Light Sea Green. HEX triplet: 2F, B5 and B1. RGB value is (47,181,177). Sum of RGB (Red+Green+Blue) = 47+181+177=405 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.60% from 405); Green value is 181 (71.09% from 255 or 44.69% from 405); Blue value is 177 (69.53% from 255 or 43.70% from 405); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB5B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB5B1 is #D04A4E. Grayscale: #8C8C8C. Windows color (decimal): -13650511 or 11646255. OLE color: 11646255.
HSL color Cylindrical-coordinate representation of color #2FB5B1: hue angle of 178.21º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB5B1 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 181 | 177 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.29 |
| HSL | 178.21º | 0.59% | 0.45% | - |
| HSV(B) | 178.21º | 0.74% | 0.71% | - |
| XYZ | 25.63 | 36.83 | 47.35 | - |
| YUV | 140.48 | 148.61 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 181 | 177 | 0.74 | 0 | 0.02 | 0.29 | 178.21 | 0.59 | 0.45 |
| Hex | 2F | B5 | B1 | 4A | 0 | 2 | 1D | B2 | 3B | 2D |
| Octal | 57 | 265 | 261 | 112 | 0 | 2 | 35 | 262 | 73 | 55 |
| Binary | 101111 | 10110101 | 10110001 | 1001010 | 0 | 10 | 11101 | 10110010 | 111011 | 101101 |
Color Harmonies of #2FB5B1
Complementary color
Monochromatic Colors of #2FB5B1
Black with #2FB5B1
Text Example
Text Example
White with #2FB5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB5B1; }
p { color: rgb(47,181,177); }
H1.HeaderClassName
{
color: #2FB5B1;
}
.AnyTagClassName
{
color: #2FB5B1;
}
</style>
background-color css
<style>
a { background-color: #2FB5B1; }
a { background-color: rgb(47,181,177); }
div.DivClassName
{
background-color: #2FB5B1;
}
.BgClassName
{
background-color: #2FB5B1;
}
</style>
border-color css
<style>
span { border-color: #2FB5B1; }
span { border-color: rgb(47,181,177); }
td.TdClassName
{
border-color: #2FB5B1;
}
.TagClassName
{
border-color: #2FB5B1;
}
</style>