Shades of Light Sea Green #2DB59E
Tints of Light Sea Green #2DB59E
RGB
CMYK
RGB Variations
Color information
#2DB59E (or 0x2DB59E) is known color: Light Sea Green. HEX triplet: 2D, B5 and 9E. RGB value is (45,181,158). Sum of RGB (Red+Green+Blue) = 45+181+158=384 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.72% from 384); Green value is 181 (71.09% from 255 or 47.14% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB59E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB59E is #D24A61. Grayscale: #898989. Windows color (decimal): -13781602 or 10401069. OLE color: 10401069.
HSL color Cylindrical-coordinate representation of color #2DB59E: hue angle of 169.85º 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 #2DB59E is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 181 | 158 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.29 |
| HSL | 169.85º | 0.6% | 0.44% | - |
| HSV(B) | 169.85º | 0.75% | 0.71% | - |
| XYZ | 23.78 | 36.07 | 38.06 | - |
| YUV | 137.71 | 139.44 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 181 | 158 | 0.75 | 0 | 0.13 | 0.29 | 169.85 | 0.6 | 0.44 |
| Hex | 2D | B5 | 9E | 4B | 0 | D | 1D | AA | 3C | 2C |
| Octal | 55 | 265 | 236 | 113 | 0 | 15 | 35 | 252 | 74 | 54 |
| Binary | 101101 | 10110101 | 10011110 | 1001011 | 0 | 1101 | 11101 | 10101010 | 111100 | 101100 |
Color Harmonies of #2DB59E
Complementary color
Monochromatic Colors of #2DB59E
Black with #2DB59E
Text Example
Text Example
White with #2DB59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB59E; }
p { color: rgb(45,181,158); }
H1.HeaderClassName
{
color: #2DB59E;
}
.AnyTagClassName
{
color: #2DB59E;
}
</style>
background-color css
<style>
a { background-color: #2DB59E; }
a { background-color: rgb(45,181,158); }
div.DivClassName
{
background-color: #2DB59E;
}
.BgClassName
{
background-color: #2DB59E;
}
</style>
border-color css
<style>
span { border-color: #2DB59E; }
span { border-color: rgb(45,181,158); }
td.TdClassName
{
border-color: #2DB59E;
}
.TagClassName
{
border-color: #2DB59E;
}
</style>