Shades of Light Sea Green #2DC0AE
Tints of Light Sea Green #2DC0AE
RGB
CMYK
RGB Variations
Color information
#2DC0AE (or 0x2DC0AE) is known color: Light Sea Green. HEX triplet: 2D, C0 and AE. RGB value is (45,192,174). Sum of RGB (Red+Green+Blue) = 45+192+174=411 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.95% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC0AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC0AE is #D23F51. Grayscale: #919191. Windows color (decimal): -13778770 or 11452461. OLE color: 11452461.
HSL color Cylindrical-coordinate representation of color #2DC0AE: hue angle of 172.65º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC0AE is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 192 | 174 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.25 |
| HSL | 172.65º | 0.62% | 0.46% | - |
| HSV(B) | 172.65º | 0.77% | 0.75% | - |
| XYZ | 27.57 | 41.31 | 46.57 | - |
| YUV | 146 | 143.8 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 174 | 0.77 | 0 | 0.09 | 0.25 | 172.65 | 0.62 | 0.46 |
| Hex | 2D | C0 | AE | 4D | 0 | 9 | 19 | AD | 3E | 2E |
| Octal | 55 | 300 | 256 | 115 | 0 | 11 | 31 | 255 | 76 | 56 |
| Binary | 101101 | 11000000 | 10101110 | 1001101 | 0 | 1001 | 11001 | 10101101 | 111110 | 101110 |
Color Harmonies of #2DC0AE
Complementary color
Monochromatic Colors of #2DC0AE
Black with #2DC0AE
Text Example
Text Example
White with #2DC0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC0AE; }
p { color: rgb(45,192,174); }
H1.HeaderClassName
{
color: #2DC0AE;
}
.AnyTagClassName
{
color: #2DC0AE;
}
</style>
background-color css
<style>
a { background-color: #2DC0AE; }
a { background-color: rgb(45,192,174); }
div.DivClassName
{
background-color: #2DC0AE;
}
.BgClassName
{
background-color: #2DC0AE;
}
</style>
border-color css
<style>
span { border-color: #2DC0AE; }
span { border-color: rgb(45,192,174); }
td.TdClassName
{
border-color: #2DC0AE;
}
.TagClassName
{
border-color: #2DC0AE;
}
</style>