Shades of Light Sea Green #2AACAD
Tints of Light Sea Green #2AACAD
RGB
CMYK
RGB Variations
Color information
#2AACAD (or 0x2AACAD) is known color: Light Sea Green. HEX triplet: 2A, AC and AD. RGB value is (42,172,173). Sum of RGB (Red+Green+Blue) = 42+172+173=387 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.85% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #2AACAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AACAD is #D55352. Grayscale: #858585. Windows color (decimal): -13980499 or 11381802. OLE color: 11381802.
HSL color Cylindrical-coordinate representation of color #2AACAD: hue angle of 180.46º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AACAD is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 172 | 173 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.32 |
| HSL | 180.46º | 0.61% | 0.42% | - |
| HSV(B) | 180.46º | 0.76% | 0.68% | - |
| XYZ | 23.25 | 33.01 | 44.68 | - |
| YUV | 133.24 | 150.43 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 173 | 0.76 | 0.01 | 0 | 0.32 | 180.46 | 0.61 | 0.42 |
| Hex | 2A | AC | AD | 4C | 1 | 0 | 20 | B4 | 3D | 2A |
| Octal | 52 | 254 | 255 | 114 | 1 | 0 | 40 | 264 | 75 | 52 |
| Binary | 101010 | 10101100 | 10101101 | 1001100 | 1 | 0 | 100000 | 10110100 | 111101 | 101010 |
Color Harmonies of #2AACAD
Complementary color
Monochromatic Colors of #2AACAD
Black with #2AACAD
Text Example
Text Example
White with #2AACAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AACAD; }
p { color: rgb(42,172,173); }
H1.HeaderClassName
{
color: #2AACAD;
}
.AnyTagClassName
{
color: #2AACAD;
}
</style>
background-color css
<style>
a { background-color: #2AACAD; }
a { background-color: rgb(42,172,173); }
div.DivClassName
{
background-color: #2AACAD;
}
.BgClassName
{
background-color: #2AACAD;
}
</style>
border-color css
<style>
span { border-color: #2AACAD; }
span { border-color: rgb(42,172,173); }
td.TdClassName
{
border-color: #2AACAD;
}
.TagClassName
{
border-color: #2AACAD;
}
</style>