Shades of Light Sea Green #2DBAAC
Tints of Light Sea Green #2DBAAC
RGB
CMYK
RGB Variations
Color information
#2DBAAC (or 0x2DBAAC) is known color: Light Sea Green. HEX triplet: 2D, BA and AC. RGB value is (45,186,172). Sum of RGB (Red+Green+Blue) = 45+186+172=403 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.17% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #2DBAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBAAC is #D24553. Grayscale: #8E8E8E. Windows color (decimal): -13780308 or 11319853. OLE color: 11319853.
HSL color Cylindrical-coordinate representation of color #2DBAAC: hue angle of 174.04º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBAAC is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 186 | 172 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.27 |
| HSL | 174.04º | 0.61% | 0.45% | - |
| HSV(B) | 174.04º | 0.76% | 0.73% | - |
| XYZ | 26.09 | 38.65 | 45.12 | - |
| YUV | 142.25 | 144.79 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 186 | 172 | 0.76 | 0 | 0.08 | 0.27 | 174.04 | 0.61 | 0.45 |
| Hex | 2D | BA | AC | 4C | 0 | 8 | 1B | AE | 3D | 2D |
| Octal | 55 | 272 | 254 | 114 | 0 | 10 | 33 | 256 | 75 | 55 |
| Binary | 101101 | 10111010 | 10101100 | 1001100 | 0 | 1000 | 11011 | 10101110 | 111101 | 101101 |
Color Harmonies of #2DBAAC
Complementary color
Monochromatic Colors of #2DBAAC
Black with #2DBAAC
Text Example
Text Example
White with #2DBAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBAAC; }
p { color: rgb(45,186,172); }
H1.HeaderClassName
{
color: #2DBAAC;
}
.AnyTagClassName
{
color: #2DBAAC;
}
</style>
background-color css
<style>
a { background-color: #2DBAAC; }
a { background-color: rgb(45,186,172); }
div.DivClassName
{
background-color: #2DBAAC;
}
.BgClassName
{
background-color: #2DBAAC;
}
</style>
border-color css
<style>
span { border-color: #2DBAAC; }
span { border-color: rgb(45,186,172); }
td.TdClassName
{
border-color: #2DBAAC;
}
.TagClassName
{
border-color: #2DBAAC;
}
</style>