Shades of Light Sea Green #2AAE9C
Tints of Light Sea Green #2AAE9C
RGB
CMYK
RGB Variations
Color information
#2AAE9C (or 0x2AAE9C) is known color: Light Sea Green. HEX triplet: 2A, AE and 9C. RGB value is (42,174,156). Sum of RGB (Red+Green+Blue) = 42+174+156=372 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.29% from 372); Green value is 174 (68.36% from 255 or 46.77% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAE9C is #D55163. Grayscale: #848484. Windows color (decimal): -13980004 or 10268202. OLE color: 10268202.
HSL color Cylindrical-coordinate representation of color #2AAE9C: hue angle of 171.82º 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 #2AAE9C is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 174 | 156 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.32 |
| HSL | 171.82º | 0.61% | 0.42% | - |
| HSV(B) | 171.82º | 0.76% | 0.68% | - |
| XYZ | 22.09 | 33.16 | 36.69 | - |
| YUV | 132.48 | 141.27 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 174 | 156 | 0.76 | 0 | 0.10 | 0.32 | 171.82 | 0.61 | 0.42 |
| Hex | 2A | AE | 9C | 4C | 0 | A | 20 | AC | 3D | 2A |
| Octal | 52 | 256 | 234 | 114 | 0 | 12 | 40 | 254 | 75 | 52 |
| Binary | 101010 | 10101110 | 10011100 | 1001100 | 0 | 1010 | 100000 | 10101100 | 111101 | 101010 |
Color Harmonies of #2AAE9C
Complementary color
Monochromatic Colors of #2AAE9C
Black with #2AAE9C
Text Example
Text Example
White with #2AAE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAE9C; }
p { color: rgb(42,174,156); }
H1.HeaderClassName
{
color: #2AAE9C;
}
.AnyTagClassName
{
color: #2AAE9C;
}
</style>
background-color css
<style>
a { background-color: #2AAE9C; }
a { background-color: rgb(42,174,156); }
div.DivClassName
{
background-color: #2AAE9C;
}
.BgClassName
{
background-color: #2AAE9C;
}
</style>
border-color css
<style>
span { border-color: #2AAE9C; }
span { border-color: rgb(42,174,156); }
td.TdClassName
{
border-color: #2AAE9C;
}
.TagClassName
{
border-color: #2AAE9C;
}
</style>