Shades of Light Sea Green #2AABA6
Tints of Light Sea Green #2AABA6
RGB
CMYK
RGB Variations
Color information
#2AABA6 (or 0x2AABA6) is known color: Light Sea Green. HEX triplet: 2A, AB and A6. RGB value is (42,171,166). Sum of RGB (Red+Green+Blue) = 42+171+166=379 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.08% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 166 (65.23% from 255 or 43.80% from 379); Max value from RGB is 171 - color contains mainly: green. Hex color #2AABA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AABA6 is #D55459. Grayscale: #838383. Windows color (decimal): -13980762 or 10922794. OLE color: 10922794.
HSL color Cylindrical-coordinate representation of color #2AABA6: hue angle of 177.67º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AABA6 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 171 | 166 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.33 |
| HSL | 177.67º | 0.61% | 0.42% | - |
| HSV(B) | 177.67º | 0.75% | 0.67% | - |
| XYZ | 22.4 | 32.37 | 41.14 | - |
| YUV | 131.86 | 147.26 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 166 | 0.75 | 0 | 0.03 | 0.33 | 177.67 | 0.61 | 0.42 |
| Hex | 2A | AB | A6 | 4B | 0 | 3 | 21 | B2 | 3D | 2A |
| Octal | 52 | 253 | 246 | 113 | 0 | 3 | 41 | 262 | 75 | 52 |
| Binary | 101010 | 10101011 | 10100110 | 1001011 | 0 | 11 | 100001 | 10110010 | 111101 | 101010 |
Color Harmonies of #2AABA6
Complementary color
Monochromatic Colors of #2AABA6
Black with #2AABA6
Text Example
Text Example
White with #2AABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AABA6; }
p { color: rgb(42,171,166); }
H1.HeaderClassName
{
color: #2AABA6;
}
.AnyTagClassName
{
color: #2AABA6;
}
</style>
background-color css
<style>
a { background-color: #2AABA6; }
a { background-color: rgb(42,171,166); }
div.DivClassName
{
background-color: #2AABA6;
}
.BgClassName
{
background-color: #2AABA6;
}
</style>
border-color css
<style>
span { border-color: #2AABA6; }
span { border-color: rgb(42,171,166); }
td.TdClassName
{
border-color: #2AABA6;
}
.TagClassName
{
border-color: #2AABA6;
}
</style>