Shades of Light Sea Green #2DC2AA
Tints of Light Sea Green #2DC2AA
RGB
CMYK
RGB Variations
Color information
#2DC2AA (or 0x2DC2AA) is known color: Light Sea Green. HEX triplet: 2D, C2 and AA. RGB value is (45,194,170). Sum of RGB (Red+Green+Blue) = 45+194+170=409 (54% of max value = 765). Red value is 45 (17.97% from 255 or 11.00% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 194 - color contains mainly: green. Hex color #2DC2AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC2AA is #D23D55. Grayscale: #929292. Windows color (decimal): -13778262 or 11190829. OLE color: 11190829.
HSL color Cylindrical-coordinate representation of color #2DC2AA: hue angle of 170.34º 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 #2DC2AA is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 194 | 170 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.24 |
| HSL | 170.34º | 0.62% | 0.47% | - |
| HSV(B) | 170.34º | 0.77% | 0.76% | - |
| XYZ | 27.63 | 42.04 | 44.69 | - |
| YUV | 146.71 | 141.14 | 55.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 194 | 170 | 0.77 | 0 | 0.12 | 0.24 | 170.34 | 0.62 | 0.47 |
| Hex | 2D | C2 | AA | 4D | 0 | C | 18 | AA | 3E | 2F |
| Octal | 55 | 302 | 252 | 115 | 0 | 14 | 30 | 252 | 76 | 57 |
| Binary | 101101 | 11000010 | 10101010 | 1001101 | 0 | 1100 | 11000 | 10101010 | 111110 | 101111 |
Color Harmonies of #2DC2AA
Complementary color
Monochromatic Colors of #2DC2AA
Black with #2DC2AA
Text Example
Text Example
White with #2DC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC2AA; }
p { color: rgb(45,194,170); }
H1.HeaderClassName
{
color: #2DC2AA;
}
.AnyTagClassName
{
color: #2DC2AA;
}
</style>
background-color css
<style>
a { background-color: #2DC2AA; }
a { background-color: rgb(45,194,170); }
div.DivClassName
{
background-color: #2DC2AA;
}
.BgClassName
{
background-color: #2DC2AA;
}
</style>
border-color css
<style>
span { border-color: #2DC2AA; }
span { border-color: rgb(45,194,170); }
td.TdClassName
{
border-color: #2DC2AA;
}
.TagClassName
{
border-color: #2DC2AA;
}
</style>