Shades of Light Sea Green #2DACA4
Tints of Light Sea Green #2DACA4
RGB
CMYK
RGB Variations
Color information
#2DACA4 (or 0x2DACA4) is known color: Light Sea Green. HEX triplet: 2D, AC and A4. RGB value is (45,172,164). Sum of RGB (Red+Green+Blue) = 45+172+164=381 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.81% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 164 (64.45% from 255 or 43.04% from 381); Max value from RGB is 172 - color contains mainly: green. Hex color #2DACA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DACA4 is #D2535B. Grayscale: #858585. Windows color (decimal): -13783900 or 10791981. OLE color: 10791981.
HSL color Cylindrical-coordinate representation of color #2DACA4: hue angle of 176.22º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DACA4 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 172 | 164 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.33 |
| HSL | 176.22º | 0.59% | 0.43% | - |
| HSV(B) | 176.22º | 0.74% | 0.67% | - |
| XYZ | 22.54 | 32.74 | 40.25 | - |
| YUV | 133.12 | 145.42 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 164 | 0.74 | 0 | 0.05 | 0.33 | 176.22 | 0.59 | 0.43 |
| Hex | 2D | AC | A4 | 4A | 0 | 5 | 21 | B0 | 3B | 2B |
| Octal | 55 | 254 | 244 | 112 | 0 | 5 | 41 | 260 | 73 | 53 |
| Binary | 101101 | 10101100 | 10100100 | 1001010 | 0 | 101 | 100001 | 10110000 | 111011 | 101011 |
Color Harmonies of #2DACA4
Complementary color
Monochromatic Colors of #2DACA4
Black with #2DACA4
Text Example
Text Example
White with #2DACA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DACA4; }
p { color: rgb(45,172,164); }
H1.HeaderClassName
{
color: #2DACA4;
}
.AnyTagClassName
{
color: #2DACA4;
}
</style>
background-color css
<style>
a { background-color: #2DACA4; }
a { background-color: rgb(45,172,164); }
div.DivClassName
{
background-color: #2DACA4;
}
.BgClassName
{
background-color: #2DACA4;
}
</style>
border-color css
<style>
span { border-color: #2DACA4; }
span { border-color: rgb(45,172,164); }
td.TdClassName
{
border-color: #2DACA4;
}
.TagClassName
{
border-color: #2DACA4;
}
</style>