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