Shades of Light Sea Green #2AAAAC
Tints of Light Sea Green #2AAAAC
RGB
CMYK
RGB Variations
Color information
#2AAAAC (or 0x2AAAAC) is known color: Light Sea Green. HEX triplet: 2A, AA and AC. RGB value is (42,170,172). Sum of RGB (Red+Green+Blue) = 42+170+172=384 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.94% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #2AAAAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAAAC is #D55553. Grayscale: #838383. Windows color (decimal): -13981012 or 11315754. OLE color: 11315754.
HSL color Cylindrical-coordinate representation of color #2AAAAC: hue angle of 180.92º 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 #2AAAAC is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 170 | 172 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.33 |
| HSL | 180.92º | 0.61% | 0.42% | - |
| HSV(B) | 180.92º | 0.76% | 0.67% | - |
| XYZ | 22.78 | 32.22 | 44.05 | - |
| YUV | 131.96 | 150.59 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 172 | 0.76 | 0.01 | 0 | 0.33 | 180.92 | 0.61 | 0.42 |
| Hex | 2A | AA | AC | 4C | 1 | 0 | 21 | B5 | 3D | 2A |
| Octal | 52 | 252 | 254 | 114 | 1 | 0 | 41 | 265 | 75 | 52 |
| Binary | 101010 | 10101010 | 10101100 | 1001100 | 1 | 0 | 100001 | 10110101 | 111101 | 101010 |
Color Harmonies of #2AAAAC
Complementary color
Monochromatic Colors of #2AAAAC
Black with #2AAAAC
Text Example
Text Example
White with #2AAAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAAAC; }
p { color: rgb(42,170,172); }
H1.HeaderClassName
{
color: #2AAAAC;
}
.AnyTagClassName
{
color: #2AAAAC;
}
</style>
background-color css
<style>
a { background-color: #2AAAAC; }
a { background-color: rgb(42,170,172); }
div.DivClassName
{
background-color: #2AAAAC;
}
.BgClassName
{
background-color: #2AAAAC;
}
</style>
border-color css
<style>
span { border-color: #2AAAAC; }
span { border-color: rgb(42,170,172); }
td.TdClassName
{
border-color: #2AAAAC;
}
.TagClassName
{
border-color: #2AAAAC;
}
</style>