Shades of Light Sea Green #2AAEAC
Tints of Light Sea Green #2AAEAC
RGB
CMYK
RGB Variations
Color information
#2AAEAC (or 0x2AAEAC) is known color: Light Sea Green. HEX triplet: 2A, AE and AC. RGB value is (42,174,172). Sum of RGB (Red+Green+Blue) = 42+174+172=388 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.82% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAEAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAEAC is #D55153. Grayscale: #868686. Windows color (decimal): -13979988 or 11316778. OLE color: 11316778.
HSL color Cylindrical-coordinate representation of color #2AAEAC: hue angle of 179.09º 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 #2AAEAC is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 174 | 172 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.32 |
| HSL | 179.09º | 0.61% | 0.42% | - |
| HSV(B) | 179.09º | 0.76% | 0.68% | - |
| XYZ | 23.54 | 33.74 | 44.3 | - |
| YUV | 134.3 | 149.27 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 174 | 172 | 0.76 | 0 | 0.01 | 0.32 | 179.09 | 0.61 | 0.42 |
| Hex | 2A | AE | AC | 4C | 0 | 1 | 20 | B3 | 3D | 2A |
| Octal | 52 | 256 | 254 | 114 | 0 | 1 | 40 | 263 | 75 | 52 |
| Binary | 101010 | 10101110 | 10101100 | 1001100 | 0 | 1 | 100000 | 10110011 | 111101 | 101010 |
Color Harmonies of #2AAEAC
Complementary color
Monochromatic Colors of #2AAEAC
Black with #2AAEAC
Text Example
Text Example
White with #2AAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAEAC; }
p { color: rgb(42,174,172); }
H1.HeaderClassName
{
color: #2AAEAC;
}
.AnyTagClassName
{
color: #2AAEAC;
}
</style>
background-color css
<style>
a { background-color: #2AAEAC; }
a { background-color: rgb(42,174,172); }
div.DivClassName
{
background-color: #2AAEAC;
}
.BgClassName
{
background-color: #2AAEAC;
}
</style>
border-color css
<style>
span { border-color: #2AAEAC; }
span { border-color: rgb(42,174,172); }
td.TdClassName
{
border-color: #2AAEAC;
}
.TagClassName
{
border-color: #2AAEAC;
}
</style>