Shades of Light Sea Green #2DB49F
Tints of Light Sea Green #2DB49F
RGB
CMYK
RGB Variations
Color information
#2DB49F (or 0x2DB49F) is known color: Light Sea Green. HEX triplet: 2D, B4 and 9F. RGB value is (45,180,159). Sum of RGB (Red+Green+Blue) = 45+180+159=384 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.72% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB49F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB49F is #D24B60. Grayscale: #898989. Windows color (decimal): -13781857 or 10466349. OLE color: 10466349.
HSL color Cylindrical-coordinate representation of color #2DB49F: hue angle of 170.67º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB49F is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 180 | 159 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.29 |
| HSL | 170.67º | 0.6% | 0.44% | - |
| HSV(B) | 170.67º | 0.75% | 0.71% | - |
| XYZ | 23.66 | 35.7 | 38.45 | - |
| YUV | 137.24 | 140.27 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 180 | 159 | 0.75 | 0 | 0.12 | 0.29 | 170.67 | 0.6 | 0.44 |
| Hex | 2D | B4 | 9F | 4B | 0 | C | 1D | AB | 3C | 2C |
| Octal | 55 | 264 | 237 | 113 | 0 | 14 | 35 | 253 | 74 | 54 |
| Binary | 101101 | 10110100 | 10011111 | 1001011 | 0 | 1100 | 11101 | 10101011 | 111100 | 101100 |
Color Harmonies of #2DB49F
Complementary color
Monochromatic Colors of #2DB49F
Black with #2DB49F
Text Example
Text Example
White with #2DB49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB49F; }
p { color: rgb(45,180,159); }
H1.HeaderClassName
{
color: #2DB49F;
}
.AnyTagClassName
{
color: #2DB49F;
}
</style>
background-color css
<style>
a { background-color: #2DB49F; }
a { background-color: rgb(45,180,159); }
div.DivClassName
{
background-color: #2DB49F;
}
.BgClassName
{
background-color: #2DB49F;
}
</style>
border-color css
<style>
span { border-color: #2DB49F; }
span { border-color: rgb(45,180,159); }
td.TdClassName
{
border-color: #2DB49F;
}
.TagClassName
{
border-color: #2DB49F;
}
</style>