Shades of Light Sea Green #2AAE9F
Tints of Light Sea Green #2AAE9F
RGB
CMYK
RGB Variations
Color information
#2AAE9F (or 0x2AAE9F) is known color: Light Sea Green. HEX triplet: 2A, AE and 9F. RGB value is (42,174,159). Sum of RGB (Red+Green+Blue) = 42+174+159=375 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.2% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAE9F is #D55160. Grayscale: #848484. Windows color (decimal): -13980001 or 10464810. OLE color: 10464810.
HSL color Cylindrical-coordinate representation of color #2AAE9F: hue angle of 173.18º 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 #2AAE9F is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 174 | 159 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.32 |
| HSL | 173.18º | 0.61% | 0.42% | - |
| HSV(B) | 173.18º | 0.76% | 0.68% | - |
| XYZ | 22.35 | 33.27 | 38.04 | - |
| YUV | 132.82 | 142.77 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 174 | 159 | 0.76 | 0 | 0.09 | 0.32 | 173.18 | 0.61 | 0.42 |
| Hex | 2A | AE | 9F | 4C | 0 | 9 | 20 | AD | 3D | 2A |
| Octal | 52 | 256 | 237 | 114 | 0 | 11 | 40 | 255 | 75 | 52 |
| Binary | 101010 | 10101110 | 10011111 | 1001100 | 0 | 1001 | 100000 | 10101101 | 111101 | 101010 |
Color Harmonies of #2AAE9F
Complementary color
Monochromatic Colors of #2AAE9F
Black with #2AAE9F
Text Example
Text Example
White with #2AAE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAE9F; }
p { color: rgb(42,174,159); }
H1.HeaderClassName
{
color: #2AAE9F;
}
.AnyTagClassName
{
color: #2AAE9F;
}
</style>
background-color css
<style>
a { background-color: #2AAE9F; }
a { background-color: rgb(42,174,159); }
div.DivClassName
{
background-color: #2AAE9F;
}
.BgClassName
{
background-color: #2AAE9F;
}
</style>
border-color css
<style>
span { border-color: #2AAE9F; }
span { border-color: rgb(42,174,159); }
td.TdClassName
{
border-color: #2AAE9F;
}
.TagClassName
{
border-color: #2AAE9F;
}
</style>