Shades of Light Sea Green #2AACA4
Tints of Light Sea Green #2AACA4
RGB
CMYK
RGB Variations
Color information
#2AACA4 (or 0x2AACA4) is known color: Light Sea Green. HEX triplet: 2A, AC and A4. RGB value is (42,172,164). Sum of RGB (Red+Green+Blue) = 42+172+164=378 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.11% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 164 (64.45% from 255 or 43.39% from 378); Max value from RGB is 172 - color contains mainly: green. Hex color #2AACA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AACA4 is #D5535B. Grayscale: #848484. Windows color (decimal): -13980508 or 10791978. OLE color: 10791978.
HSL color Cylindrical-coordinate representation of color #2AACA4: hue angle of 176.31º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AACA4 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 172 | 164 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.33 |
| HSL | 176.31º | 0.61% | 0.42% | - |
| HSV(B) | 176.31º | 0.76% | 0.67% | - |
| XYZ | 22.41 | 32.68 | 40.25 | - |
| YUV | 132.22 | 145.93 | 63.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 164 | 0.76 | 0 | 0.05 | 0.33 | 176.31 | 0.61 | 0.42 |
| Hex | 2A | AC | A4 | 4C | 0 | 5 | 21 | B0 | 3D | 2A |
| Octal | 52 | 254 | 244 | 114 | 0 | 5 | 41 | 260 | 75 | 52 |
| Binary | 101010 | 10101100 | 10100100 | 1001100 | 0 | 101 | 100001 | 10110000 | 111101 | 101010 |
Color Harmonies of #2AACA4
Complementary color
Monochromatic Colors of #2AACA4
Black with #2AACA4
Text Example
Text Example
White with #2AACA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AACA4; }
p { color: rgb(42,172,164); }
H1.HeaderClassName
{
color: #2AACA4;
}
.AnyTagClassName
{
color: #2AACA4;
}
</style>
background-color css
<style>
a { background-color: #2AACA4; }
a { background-color: rgb(42,172,164); }
div.DivClassName
{
background-color: #2AACA4;
}
.BgClassName
{
background-color: #2AACA4;
}
</style>
border-color css
<style>
span { border-color: #2AACA4; }
span { border-color: rgb(42,172,164); }
td.TdClassName
{
border-color: #2AACA4;
}
.TagClassName
{
border-color: #2AACA4;
}
</style>