Shades of Light Sea Green #2AAEAE
Tints of Light Sea Green #2AAEAE
RGB
CMYK
RGB Variations
Color information
#2AAEAE (or 0x2AAEAE) is known color: Light Sea Green. HEX triplet: 2A, AE and AE. RGB value is (42,174,174). Sum of RGB (Red+Green+Blue) = 42+174+174=390 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.77% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #2AAEAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAEAE is #D55151. Grayscale: #868686. Windows color (decimal): -13979986 or 11447850. OLE color: 11447850.
HSL color Cylindrical-coordinate representation of color #2AAEAE: hue angle of 180º 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 #2AAEAE is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 174 | 174 | - |
| CMYK | 0.76 | 0 | 0 | 0.32 |
| HSL | 180º | 0.61% | 0.42% | - |
| HSV(B) | 180º | 0.76% | 0.68% | - |
| XYZ | 23.73 | 33.82 | 45.32 | - |
| YUV | 134.53 | 150.27 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 174 | 174 | 0.76 | 0 | 0 | 0.32 | 180 | 0.61 | 0.42 |
| Hex | 2A | AE | AE | 4C | 0 | 0 | 20 | B4 | 3D | 2A |
| Octal | 52 | 256 | 256 | 114 | 0 | 0 | 40 | 264 | 75 | 52 |
| Binary | 101010 | 10101110 | 10101110 | 1001100 | 0 | 0 | 100000 | 10110100 | 111101 | 101010 |
Color Harmonies of #2AAEAE
Complementary color
Monochromatic Colors of #2AAEAE
Black with #2AAEAE
Text Example
Text Example
White with #2AAEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAEAE; }
p { color: rgb(42,174,174); }
H1.HeaderClassName
{
color: #2AAEAE;
}
.AnyTagClassName
{
color: #2AAEAE;
}
</style>
background-color css
<style>
a { background-color: #2AAEAE; }
a { background-color: rgb(42,174,174); }
div.DivClassName
{
background-color: #2AAEAE;
}
.BgClassName
{
background-color: #2AAEAE;
}
</style>
border-color css
<style>
span { border-color: #2AAEAE; }
span { border-color: rgb(42,174,174); }
td.TdClassName
{
border-color: #2AAEAE;
}
.TagClassName
{
border-color: #2AAEAE;
}
</style>