Shades of Light Sea Green #2DACA5
Tints of Light Sea Green #2DACA5
RGB
CMYK
RGB Variations
Color information
#2DACA5 (or 0x2DACA5) is known color: Light Sea Green. HEX triplet: 2D, AC and A5. RGB value is (45,172,165). Sum of RGB (Red+Green+Blue) = 45+172+165=382 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.78% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 165 (64.84% from 255 or 43.19% from 382); Max value from RGB is 172 - color contains mainly: green. Hex color #2DACA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DACA5 is #D2535A. Grayscale: #858585. Windows color (decimal): -13783899 or 10857517. OLE color: 10857517.
HSL color Cylindrical-coordinate representation of color #2DACA5: hue angle of 176.69º 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 #2DACA5 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 172 | 165 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.33 |
| HSL | 176.69º | 0.59% | 0.43% | - |
| HSV(B) | 176.69º | 0.74% | 0.67% | - |
| XYZ | 22.63 | 32.78 | 40.73 | - |
| YUV | 133.23 | 145.92 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 165 | 0.74 | 0 | 0.04 | 0.33 | 176.69 | 0.59 | 0.43 |
| Hex | 2D | AC | A5 | 4A | 0 | 4 | 21 | B1 | 3B | 2B |
| Octal | 55 | 254 | 245 | 112 | 0 | 4 | 41 | 261 | 73 | 53 |
| Binary | 101101 | 10101100 | 10100101 | 1001010 | 0 | 100 | 100001 | 10110001 | 111011 | 101011 |
Color Harmonies of #2DACA5
Complementary color
Monochromatic Colors of #2DACA5
Black with #2DACA5
Text Example
Text Example
White with #2DACA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DACA5; }
p { color: rgb(45,172,165); }
H1.HeaderClassName
{
color: #2DACA5;
}
.AnyTagClassName
{
color: #2DACA5;
}
</style>
background-color css
<style>
a { background-color: #2DACA5; }
a { background-color: rgb(45,172,165); }
div.DivClassName
{
background-color: #2DACA5;
}
.BgClassName
{
background-color: #2DACA5;
}
</style>
border-color css
<style>
span { border-color: #2DACA5; }
span { border-color: rgb(45,172,165); }
td.TdClassName
{
border-color: #2DACA5;
}
.TagClassName
{
border-color: #2DACA5;
}
</style>