Shades of Light Sea Green #2AAB9D
Tints of Light Sea Green #2AAB9D
RGB
CMYK
RGB Variations
Color information
#2AAB9D (or 0x2AAB9D) is known color: Light Sea Green. HEX triplet: 2A, AB and 9D. RGB value is (42,171,157). Sum of RGB (Red+Green+Blue) = 42+171+157=370 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.35% from 370); Green value is 171 (67.19% from 255 or 46.22% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAB9D is #D55462. Grayscale: #828282. Windows color (decimal): -13980771 or 10332970. OLE color: 10332970.
HSL color Cylindrical-coordinate representation of color #2AAB9D: hue angle of 173.49º 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 #2AAB9D is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 171 | 157 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.33 |
| HSL | 173.49º | 0.61% | 0.42% | - |
| HSV(B) | 173.49º | 0.75% | 0.67% | - |
| XYZ | 21.6 | 32.05 | 36.95 | - |
| YUV | 130.83 | 142.76 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 157 | 0.75 | 0 | 0.08 | 0.33 | 173.49 | 0.61 | 0.42 |
| Hex | 2A | AB | 9D | 4B | 0 | 8 | 21 | AD | 3D | 2A |
| Octal | 52 | 253 | 235 | 113 | 0 | 10 | 41 | 255 | 75 | 52 |
| Binary | 101010 | 10101011 | 10011101 | 1001011 | 0 | 1000 | 100001 | 10101101 | 111101 | 101010 |
Color Harmonies of #2AAB9D
Complementary color
Monochromatic Colors of #2AAB9D
Black with #2AAB9D
Text Example
Text Example
White with #2AAB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAB9D; }
p { color: rgb(42,171,157); }
H1.HeaderClassName
{
color: #2AAB9D;
}
.AnyTagClassName
{
color: #2AAB9D;
}
</style>
background-color css
<style>
a { background-color: #2AAB9D; }
a { background-color: rgb(42,171,157); }
div.DivClassName
{
background-color: #2AAB9D;
}
.BgClassName
{
background-color: #2AAB9D;
}
</style>
border-color css
<style>
span { border-color: #2AAB9D; }
span { border-color: rgb(42,171,157); }
td.TdClassName
{
border-color: #2AAB9D;
}
.TagClassName
{
border-color: #2AAB9D;
}
</style>