Shades of Light Sea Green #2DBEA9
Tints of Light Sea Green #2DBEA9
RGB
CMYK
RGB Variations
Color information
#2DBEA9 (or 0x2DBEA9) is known color: Light Sea Green. HEX triplet: 2D, BE and A9. RGB value is (45,190,169). Sum of RGB (Red+Green+Blue) = 45+190+169=404 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.14% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 169 (66.41% from 255 or 41.83% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBEA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBEA9 is #D24156. Grayscale: #909090. Windows color (decimal): -13779287 or 11124269. OLE color: 11124269.
HSL color Cylindrical-coordinate representation of color #2DBEA9: hue angle of 171.31º 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 #2DBEA9 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 169 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.25 |
| HSL | 171.31º | 0.62% | 0.46% | - |
| HSV(B) | 171.31º | 0.76% | 0.75% | - |
| XYZ | 26.66 | 40.25 | 43.9 | - |
| YUV | 144.25 | 141.96 | 57.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 169 | 0.76 | 0 | 0.11 | 0.25 | 171.31 | 0.62 | 0.46 |
| Hex | 2D | BE | A9 | 4C | 0 | B | 19 | AB | 3E | 2E |
| Octal | 55 | 276 | 251 | 114 | 0 | 13 | 31 | 253 | 76 | 56 |
| Binary | 101101 | 10111110 | 10101001 | 1001100 | 0 | 1011 | 11001 | 10101011 | 111110 | 101110 |
Color Harmonies of #2DBEA9
Complementary color
Monochromatic Colors of #2DBEA9
Black with #2DBEA9
Text Example
Text Example
White with #2DBEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBEA9; }
p { color: rgb(45,190,169); }
H1.HeaderClassName
{
color: #2DBEA9;
}
.AnyTagClassName
{
color: #2DBEA9;
}
</style>
background-color css
<style>
a { background-color: #2DBEA9; }
a { background-color: rgb(45,190,169); }
div.DivClassName
{
background-color: #2DBEA9;
}
.BgClassName
{
background-color: #2DBEA9;
}
</style>
border-color css
<style>
span { border-color: #2DBEA9; }
span { border-color: rgb(45,190,169); }
td.TdClassName
{
border-color: #2DBEA9;
}
.TagClassName
{
border-color: #2DBEA9;
}
</style>