Shades of Light Sea Green #2DB2A0
Tints of Light Sea Green #2DB2A0
RGB
CMYK
RGB Variations
Color information
#2DB2A0 (or 0x2DB2A0) is known color: Light Sea Green. HEX triplet: 2D, B2 and A0. RGB value is (45,178,160). Sum of RGB (Red+Green+Blue) = 45+178+160=383 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.75% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB2A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DB2A0 is #D24D5F. Grayscale: #888888. Windows color (decimal): -13782368 or 10531373. OLE color: 10531373.
HSL color Cylindrical-coordinate representation of color #2DB2A0: hue angle of 171.88º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB2A0 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 45 | 178 | 160 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.30 |
| HSL | 171.88º | 0.6% | 0.44% | - |
| HSV(B) | 171.88º | 0.75% | 0.7% | - |
| XYZ | 23.35 | 34.94 | 38.77 | - |
| YUV | 136.18 | 141.44 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 178 | 160 | 0.75 | 0 | 0.10 | 0.30 | 171.88 | 0.6 | 0.44 |
| Hex | 2D | B2 | A0 | 4B | 0 | A | 1E | AC | 3C | 2C |
| Octal | 55 | 262 | 240 | 113 | 0 | 12 | 36 | 254 | 74 | 54 |
| Binary | 101101 | 10110010 | 10100000 | 1001011 | 0 | 1010 | 11110 | 10101100 | 111100 | 101100 |
Color Harmonies of #2DB2A0
Complementary color
Monochromatic Colors of #2DB2A0
Black with #2DB2A0
Text Example
Text Example
White with #2DB2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB2A0; }
p { color: rgb(45,178,160); }
H1.HeaderClassName
{
color: #2DB2A0;
}
.AnyTagClassName
{
color: #2DB2A0;
}
</style>
background-color css
<style>
a { background-color: #2DB2A0; }
a { background-color: rgb(45,178,160); }
div.DivClassName
{
background-color: #2DB2A0;
}
.BgClassName
{
background-color: #2DB2A0;
}
</style>
border-color css
<style>
span { border-color: #2DB2A0; }
span { border-color: rgb(45,178,160); }
td.TdClassName
{
border-color: #2DB2A0;
}
.TagClassName
{
border-color: #2DB2A0;
}
</style>