Shades of Light Sea Green #2AABA5
Tints of Light Sea Green #2AABA5
RGB
CMYK
RGB Variations
Color information
#2AABA5 (or 0x2AABA5) is known color: Light Sea Green. HEX triplet: 2A, AB and A5. RGB value is (42,171,165). Sum of RGB (Red+Green+Blue) = 42+171+165=378 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.11% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 165 (64.84% from 255 or 43.65% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #2AABA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AABA5 is #D5545A. Grayscale: #838383. Windows color (decimal): -13980763 or 10857258. OLE color: 10857258.
HSL color Cylindrical-coordinate representation of color #2AABA5: hue angle of 177.21º 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 #2AABA5 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 171 | 165 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.33 |
| HSL | 177.21º | 0.61% | 0.42% | - |
| HSV(B) | 177.21º | 0.75% | 0.67% | - |
| XYZ | 22.31 | 32.33 | 40.66 | - |
| YUV | 131.75 | 146.76 | 63.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 165 | 0.75 | 0 | 0.04 | 0.33 | 177.21 | 0.61 | 0.42 |
| Hex | 2A | AB | A5 | 4B | 0 | 4 | 21 | B1 | 3D | 2A |
| Octal | 52 | 253 | 245 | 113 | 0 | 4 | 41 | 261 | 75 | 52 |
| Binary | 101010 | 10101011 | 10100101 | 1001011 | 0 | 100 | 100001 | 10110001 | 111101 | 101010 |
Color Harmonies of #2AABA5
Complementary color
Monochromatic Colors of #2AABA5
Black with #2AABA5
Text Example
Text Example
White with #2AABA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AABA5; }
p { color: rgb(42,171,165); }
H1.HeaderClassName
{
color: #2AABA5;
}
.AnyTagClassName
{
color: #2AABA5;
}
</style>
background-color css
<style>
a { background-color: #2AABA5; }
a { background-color: rgb(42,171,165); }
div.DivClassName
{
background-color: #2AABA5;
}
.BgClassName
{
background-color: #2AABA5;
}
</style>
border-color css
<style>
span { border-color: #2AABA5; }
span { border-color: rgb(42,171,165); }
td.TdClassName
{
border-color: #2AABA5;
}
.TagClassName
{
border-color: #2AABA5;
}
</style>