Shades of Light Sea Green #2FBDA5
Tints of Light Sea Green #2FBDA5
RGB
CMYK
RGB Variations
Color information
#2FBDA5 (or 0x2FBDA5) is known color: Light Sea Green. HEX triplet: 2F, BD and A5. RGB value is (47,189,165). Sum of RGB (Red+Green+Blue) = 47+189+165=401 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.72% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #2FBDA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBDA5 is #D0425A. Grayscale: #8F8F8F. Windows color (decimal): -13648475 or 10861871. OLE color: 10861871.
HSL color Cylindrical-coordinate representation of color #2FBDA5: hue angle of 169.86º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBDA5 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 189 | 165 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.26 |
| HSL | 169.86º | 0.6% | 0.46% | - |
| HSV(B) | 169.86º | 0.75% | 0.74% | - |
| XYZ | 26.16 | 39.72 | 41.88 | - |
| YUV | 143.81 | 139.96 | 58.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 189 | 165 | 0.75 | 0 | 0.13 | 0.26 | 169.86 | 0.6 | 0.46 |
| Hex | 2F | BD | A5 | 4B | 0 | D | 1A | AA | 3C | 2E |
| Octal | 57 | 275 | 245 | 113 | 0 | 15 | 32 | 252 | 74 | 56 |
| Binary | 101111 | 10111101 | 10100101 | 1001011 | 0 | 1101 | 11010 | 10101010 | 111100 | 101110 |
Color Harmonies of #2FBDA5
Complementary color
Monochromatic Colors of #2FBDA5
Black with #2FBDA5
Text Example
Text Example
White with #2FBDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBDA5; }
p { color: rgb(47,189,165); }
H1.HeaderClassName
{
color: #2FBDA5;
}
.AnyTagClassName
{
color: #2FBDA5;
}
</style>
background-color css
<style>
a { background-color: #2FBDA5; }
a { background-color: rgb(47,189,165); }
div.DivClassName
{
background-color: #2FBDA5;
}
.BgClassName
{
background-color: #2FBDA5;
}
</style>
border-color css
<style>
span { border-color: #2FBDA5; }
span { border-color: rgb(47,189,165); }
td.TdClassName
{
border-color: #2FBDA5;
}
.TagClassName
{
border-color: #2FBDA5;
}
</style>