Shades of Light Sea Green #2DB79D
Tints of Light Sea Green #2DB79D
RGB
CMYK
RGB Variations
Color information
#2DB79D (or 0x2DB79D) is known color: Light Sea Green. HEX triplet: 2D, B7 and 9D. RGB value is (45,183,157). Sum of RGB (Red+Green+Blue) = 45+183+157=385 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.69% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB79D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB79D is #D24862. Grayscale: #8A8A8A. Windows color (decimal): -13781091 or 10336045. OLE color: 10336045.
HSL color Cylindrical-coordinate representation of color #2DB79D: hue angle of 168.7º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB79D is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 45 | 183 | 157 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.28 |
| HSL | 168.7º | 0.61% | 0.45% | - |
| HSV(B) | 168.7º | 0.75% | 0.72% | - |
| XYZ | 24.1 | 36.86 | 37.74 | - |
| YUV | 138.77 | 138.28 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 183 | 157 | 0.75 | 0 | 0.14 | 0.28 | 168.7 | 0.61 | 0.45 |
| Hex | 2D | B7 | 9D | 4B | 0 | E | 1C | A9 | 3D | 2D |
| Octal | 55 | 267 | 235 | 113 | 0 | 16 | 34 | 251 | 75 | 55 |
| Binary | 101101 | 10110111 | 10011101 | 1001011 | 0 | 1110 | 11100 | 10101001 | 111101 | 101101 |
Color Harmonies of #2DB79D
Complementary color
Monochromatic Colors of #2DB79D
Black with #2DB79D
Text Example
Text Example
White with #2DB79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB79D; }
p { color: rgb(45,183,157); }
H1.HeaderClassName
{
color: #2DB79D;
}
.AnyTagClassName
{
color: #2DB79D;
}
</style>
background-color css
<style>
a { background-color: #2DB79D; }
a { background-color: rgb(45,183,157); }
div.DivClassName
{
background-color: #2DB79D;
}
.BgClassName
{
background-color: #2DB79D;
}
</style>
border-color css
<style>
span { border-color: #2DB79D; }
span { border-color: rgb(45,183,157); }
td.TdClassName
{
border-color: #2DB79D;
}
.TagClassName
{
border-color: #2DB79D;
}
</style>