Shades of Light Sea Green #2AAC9C
Tints of Light Sea Green #2AAC9C
RGB
CMYK
RGB Variations
Color information
#2AAC9C (or 0x2AAC9C) is known color: Light Sea Green. HEX triplet: 2A, AC and 9C. RGB value is (42,172,156). Sum of RGB (Red+Green+Blue) = 42+172+156=370 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.35% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AAC9C is #D55363. Grayscale: #838383. Windows color (decimal): -13980516 or 10267690. OLE color: 10267690.
HSL color Cylindrical-coordinate representation of color #2AAC9C: hue angle of 172.62º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAC9C is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 172 | 156 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.33 |
| HSL | 172.62º | 0.61% | 0.42% | - |
| HSV(B) | 172.62º | 0.76% | 0.67% | - |
| XYZ | 21.71 | 32.4 | 36.56 | - |
| YUV | 131.31 | 141.93 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 156 | 0.76 | 0 | 0.09 | 0.33 | 172.62 | 0.61 | 0.42 |
| Hex | 2A | AC | 9C | 4C | 0 | 9 | 21 | AD | 3D | 2A |
| Octal | 52 | 254 | 234 | 114 | 0 | 11 | 41 | 255 | 75 | 52 |
| Binary | 101010 | 10101100 | 10011100 | 1001100 | 0 | 1001 | 100001 | 10101101 | 111101 | 101010 |
Color Harmonies of #2AAC9C
Complementary color
Monochromatic Colors of #2AAC9C
Black with #2AAC9C
Text Example
Text Example
White with #2AAC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAC9C; }
p { color: rgb(42,172,156); }
H1.HeaderClassName
{
color: #2AAC9C;
}
.AnyTagClassName
{
color: #2AAC9C;
}
</style>
background-color css
<style>
a { background-color: #2AAC9C; }
a { background-color: rgb(42,172,156); }
div.DivClassName
{
background-color: #2AAC9C;
}
.BgClassName
{
background-color: #2AAC9C;
}
</style>
border-color css
<style>
span { border-color: #2AAC9C; }
span { border-color: rgb(42,172,156); }
td.TdClassName
{
border-color: #2AAC9C;
}
.TagClassName
{
border-color: #2AAC9C;
}
</style>