Shades of Light Sea Green #2AAEAB
Tints of Light Sea Green #2AAEAB
RGB
CMYK
RGB Variations
Color information
#2AAEAB (or 0x2AAEAB) is known color: Light Sea Green. HEX triplet: 2A, AE and AB. RGB value is (42,174,171). Sum of RGB (Red+Green+Blue) = 42+174+171=387 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.85% from 387); Green value is 174 (68.36% from 255 or 44.96% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAEAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAEAB is #D55154. Grayscale: #868686. Windows color (decimal): -13979989 or 11251242. OLE color: 11251242.
HSL color Cylindrical-coordinate representation of color #2AAEAB: hue angle of 178.64º 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 #2AAEAB is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 174 | 171 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.32 |
| HSL | 178.64º | 0.61% | 0.42% | - |
| HSV(B) | 178.64º | 0.76% | 0.68% | - |
| XYZ | 23.44 | 33.7 | 43.8 | - |
| YUV | 134.19 | 148.77 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 174 | 171 | 0.76 | 0 | 0.02 | 0.32 | 178.64 | 0.61 | 0.42 |
| Hex | 2A | AE | AB | 4C | 0 | 2 | 20 | B3 | 3D | 2A |
| Octal | 52 | 256 | 253 | 114 | 0 | 2 | 40 | 263 | 75 | 52 |
| Binary | 101010 | 10101110 | 10101011 | 1001100 | 0 | 10 | 100000 | 10110011 | 111101 | 101010 |
Color Harmonies of #2AAEAB
Complementary color
Monochromatic Colors of #2AAEAB
Black with #2AAEAB
Text Example
Text Example
White with #2AAEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAEAB; }
p { color: rgb(42,174,171); }
H1.HeaderClassName
{
color: #2AAEAB;
}
.AnyTagClassName
{
color: #2AAEAB;
}
</style>
background-color css
<style>
a { background-color: #2AAEAB; }
a { background-color: rgb(42,174,171); }
div.DivClassName
{
background-color: #2AAEAB;
}
.BgClassName
{
background-color: #2AAEAB;
}
</style>
border-color css
<style>
span { border-color: #2AAEAB; }
span { border-color: rgb(42,174,171); }
td.TdClassName
{
border-color: #2AAEAB;
}
.TagClassName
{
border-color: #2AAEAB;
}
</style>