Shades of Light Sea Green #2DBFAC
Tints of Light Sea Green #2DBFAC
RGB
CMYK
RGB Variations
Color information
#2DBFAC (or 0x2DBFAC) is known color: Light Sea Green. HEX triplet: 2D, BF and AC. RGB value is (45,191,172). Sum of RGB (Red+Green+Blue) = 45+191+172=408 (54% of max value = 765). Red value is 45 (17.97% from 255 or 11.03% from 408); Green value is 191 (75% from 255 or 46.81% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBFAC is #D24053. Grayscale: #919191. Windows color (decimal): -13779028 or 11321133. OLE color: 11321133.
HSL color Cylindrical-coordinate representation of color #2DBFAC: hue angle of 172.19º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBFAC is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 191 | 172 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.25 |
| HSL | 172.19º | 0.62% | 0.46% | - |
| HSV(B) | 172.19º | 0.76% | 0.75% | - |
| XYZ | 27.16 | 40.8 | 45.47 | - |
| YUV | 145.18 | 143.13 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 172 | 0.76 | 0 | 0.10 | 0.25 | 172.19 | 0.62 | 0.46 |
| Hex | 2D | BF | AC | 4C | 0 | A | 19 | AC | 3E | 2E |
| Octal | 55 | 277 | 254 | 114 | 0 | 12 | 31 | 254 | 76 | 56 |
| Binary | 101101 | 10111111 | 10101100 | 1001100 | 0 | 1010 | 11001 | 10101100 | 111110 | 101110 |
Color Harmonies of #2DBFAC
Complementary color
Monochromatic Colors of #2DBFAC
Black with #2DBFAC
Text Example
Text Example
White with #2DBFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBFAC; }
p { color: rgb(45,191,172); }
H1.HeaderClassName
{
color: #2DBFAC;
}
.AnyTagClassName
{
color: #2DBFAC;
}
</style>
background-color css
<style>
a { background-color: #2DBFAC; }
a { background-color: rgb(45,191,172); }
div.DivClassName
{
background-color: #2DBFAC;
}
.BgClassName
{
background-color: #2DBFAC;
}
</style>
border-color css
<style>
span { border-color: #2DBFAC; }
span { border-color: rgb(45,191,172); }
td.TdClassName
{
border-color: #2DBFAC;
}
.TagClassName
{
border-color: #2DBFAC;
}
</style>