Shades of Light Sea Green #2DB49E
Tints of Light Sea Green #2DB49E
RGB
CMYK
RGB Variations
Color information
#2DB49E (or 0x2DB49E) is known color: Light Sea Green. HEX triplet: 2D, B4 and 9E. RGB value is (45,180,158). Sum of RGB (Red+Green+Blue) = 45+180+158=383 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.75% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB49E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB49E is #D24B61. Grayscale: #898989. Windows color (decimal): -13781858 or 10400813. OLE color: 10400813.
HSL color Cylindrical-coordinate representation of color #2DB49E: hue angle of 170.22º 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 #2DB49E is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 180 | 158 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.29 |
| HSL | 170.22º | 0.6% | 0.44% | - |
| HSV(B) | 170.22º | 0.75% | 0.71% | - |
| XYZ | 23.58 | 35.67 | 37.99 | - |
| YUV | 137.13 | 139.77 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 180 | 158 | 0.75 | 0 | 0.12 | 0.29 | 170.22 | 0.6 | 0.44 |
| Hex | 2D | B4 | 9E | 4B | 0 | C | 1D | AA | 3C | 2C |
| Octal | 55 | 264 | 236 | 113 | 0 | 14 | 35 | 252 | 74 | 54 |
| Binary | 101101 | 10110100 | 10011110 | 1001011 | 0 | 1100 | 11101 | 10101010 | 111100 | 101100 |
Color Harmonies of #2DB49E
Complementary color
Monochromatic Colors of #2DB49E
Black with #2DB49E
Text Example
Text Example
White with #2DB49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB49E; }
p { color: rgb(45,180,158); }
H1.HeaderClassName
{
color: #2DB49E;
}
.AnyTagClassName
{
color: #2DB49E;
}
</style>
background-color css
<style>
a { background-color: #2DB49E; }
a { background-color: rgb(45,180,158); }
div.DivClassName
{
background-color: #2DB49E;
}
.BgClassName
{
background-color: #2DB49E;
}
</style>
border-color css
<style>
span { border-color: #2DB49E; }
span { border-color: rgb(45,180,158); }
td.TdClassName
{
border-color: #2DB49E;
}
.TagClassName
{
border-color: #2DB49E;
}
</style>