Shades of Light Sea Green #2DC1AD
Tints of Light Sea Green #2DC1AD
RGB
CMYK
RGB Variations
Color information
#2DC1AD (or 0x2DC1AD) is known color: Light Sea Green. HEX triplet: 2D, C1 and AD. RGB value is (45,193,173). Sum of RGB (Red+Green+Blue) = 45+193+173=411 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.95% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC1AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC1AD is #D23E52. Grayscale: #929292. Windows color (decimal): -13778515 or 11387181. OLE color: 11387181.
HSL color Cylindrical-coordinate representation of color #2DC1AD: hue angle of 171.89º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC1AD is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 193 | 173 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.24 |
| HSL | 171.89º | 0.62% | 0.47% | - |
| HSV(B) | 171.89º | 0.77% | 0.76% | - |
| XYZ | 27.69 | 41.71 | 46.13 | - |
| YUV | 146.47 | 142.97 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 193 | 173 | 0.77 | 0 | 0.10 | 0.24 | 171.89 | 0.62 | 0.47 |
| Hex | 2D | C1 | AD | 4D | 0 | A | 18 | AC | 3E | 2F |
| Octal | 55 | 301 | 255 | 115 | 0 | 12 | 30 | 254 | 76 | 57 |
| Binary | 101101 | 11000001 | 10101101 | 1001101 | 0 | 1010 | 11000 | 10101100 | 111110 | 101111 |
Color Harmonies of #2DC1AD
Complementary color
Monochromatic Colors of #2DC1AD
Black with #2DC1AD
Text Example
Text Example
White with #2DC1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC1AD; }
p { color: rgb(45,193,173); }
H1.HeaderClassName
{
color: #2DC1AD;
}
.AnyTagClassName
{
color: #2DC1AD;
}
</style>
background-color css
<style>
a { background-color: #2DC1AD; }
a { background-color: rgb(45,193,173); }
div.DivClassName
{
background-color: #2DC1AD;
}
.BgClassName
{
background-color: #2DC1AD;
}
</style>
border-color css
<style>
span { border-color: #2DC1AD; }
span { border-color: rgb(45,193,173); }
td.TdClassName
{
border-color: #2DC1AD;
}
.TagClassName
{
border-color: #2DC1AD;
}
</style>