Shades of Light Sea Green #2AADA3
Tints of Light Sea Green #2AADA3
RGB
CMYK
RGB Variations
Color information
#2AADA3 (or 0x2AADA3) is known color: Light Sea Green. HEX triplet: 2A, AD and A3. RGB value is (42,173,163). Sum of RGB (Red+Green+Blue) = 42+173+163=378 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.11% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 163 (64.06% from 255 or 43.12% from 378); Max value from RGB is 173 - color contains mainly: green. Hex color #2AADA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AADA3 is #D5525C. Grayscale: #848484. Windows color (decimal): -13980253 or 10726698. OLE color: 10726698.
HSL color Cylindrical-coordinate representation of color #2AADA3: hue angle of 175.42º 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 #2AADA3 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 173 | 163 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.32 |
| HSL | 175.42º | 0.61% | 0.42% | - |
| HSV(B) | 175.42º | 0.76% | 0.68% | - |
| XYZ | 22.51 | 33.02 | 39.84 | - |
| YUV | 132.69 | 145.1 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 163 | 0.76 | 0 | 0.06 | 0.32 | 175.42 | 0.61 | 0.42 |
| Hex | 2A | AD | A3 | 4C | 0 | 6 | 20 | AF | 3D | 2A |
| Octal | 52 | 255 | 243 | 114 | 0 | 6 | 40 | 257 | 75 | 52 |
| Binary | 101010 | 10101101 | 10100011 | 1001100 | 0 | 110 | 100000 | 10101111 | 111101 | 101010 |
Color Harmonies of #2AADA3
Complementary color
Monochromatic Colors of #2AADA3
Black with #2AADA3
Text Example
Text Example
White with #2AADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AADA3; }
p { color: rgb(42,173,163); }
H1.HeaderClassName
{
color: #2AADA3;
}
.AnyTagClassName
{
color: #2AADA3;
}
</style>
background-color css
<style>
a { background-color: #2AADA3; }
a { background-color: rgb(42,173,163); }
div.DivClassName
{
background-color: #2AADA3;
}
.BgClassName
{
background-color: #2AADA3;
}
</style>
border-color css
<style>
span { border-color: #2AADA3; }
span { border-color: rgb(42,173,163); }
td.TdClassName
{
border-color: #2AADA3;
}
.TagClassName
{
border-color: #2AADA3;
}
</style>