Shades of Light Sea Green #2DBCAC
Tints of Light Sea Green #2DBCAC
RGB
CMYK
RGB Variations
Color information
#2DBCAC (or 0x2DBCAC) is known color: Light Sea Green. HEX triplet: 2D, BC and AC. RGB value is (45,188,172). Sum of RGB (Red+Green+Blue) = 45+188+172=405 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.11% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBCAC is #D24353. Grayscale: #8F8F8F. Windows color (decimal): -13779796 or 11320365. OLE color: 11320365.
HSL color Cylindrical-coordinate representation of color #2DBCAC: hue angle of 173.29º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBCAC is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 172 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.26 |
| HSL | 173.29º | 0.61% | 0.46% | - |
| HSV(B) | 173.29º | 0.76% | 0.74% | - |
| XYZ | 26.51 | 39.5 | 45.26 | - |
| YUV | 143.42 | 144.12 | 57.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 172 | 0.76 | 0 | 0.09 | 0.26 | 173.29 | 0.61 | 0.46 |
| Hex | 2D | BC | AC | 4C | 0 | 9 | 1A | AD | 3D | 2E |
| Octal | 55 | 274 | 254 | 114 | 0 | 11 | 32 | 255 | 75 | 56 |
| Binary | 101101 | 10111100 | 10101100 | 1001100 | 0 | 1001 | 11010 | 10101101 | 111101 | 101110 |
Color Harmonies of #2DBCAC
Complementary color
Monochromatic Colors of #2DBCAC
Black with #2DBCAC
Text Example
Text Example
White with #2DBCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBCAC; }
p { color: rgb(45,188,172); }
H1.HeaderClassName
{
color: #2DBCAC;
}
.AnyTagClassName
{
color: #2DBCAC;
}
</style>
background-color css
<style>
a { background-color: #2DBCAC; }
a { background-color: rgb(45,188,172); }
div.DivClassName
{
background-color: #2DBCAC;
}
.BgClassName
{
background-color: #2DBCAC;
}
</style>
border-color css
<style>
span { border-color: #2DBCAC; }
span { border-color: rgb(45,188,172); }
td.TdClassName
{
border-color: #2DBCAC;
}
.TagClassName
{
border-color: #2DBCAC;
}
</style>