Shades of Light Sea Green #3AACA0
Tints of Light Sea Green #3AACA0
RGB
CMYK
RGB Variations
Color information
#3AACA0 (or 0x3AACA0) is known color: Light Sea Green. HEX triplet: 3A, AC and A0. RGB value is (58,172,160). Sum of RGB (Red+Green+Blue) = 58+172+160=390 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.87% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 172 - color contains mainly: green. Hex color #3AACA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AACA0 is #C5535F. Grayscale: #888888. Windows color (decimal): -12931936 or 10529850. OLE color: 10529850.
HSL color Cylindrical-coordinate representation of color #3AACA0: hue angle of 173.68º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AACA0 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 172 | 160 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.33 |
| HSL | 173.68º | 0.5% | 0.45% | - |
| HSV(B) | 173.68º | 0.66% | 0.67% | - |
| XYZ | 22.84 | 32.94 | 38.41 | - |
| YUV | 136.55 | 141.23 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 160 | 0.66 | 0 | 0.07 | 0.33 | 173.68 | 0.5 | 0.45 |
| Hex | 3A | AC | A0 | 42 | 0 | 7 | 21 | AE | 32 | 2D |
| Octal | 72 | 254 | 240 | 102 | 0 | 7 | 41 | 256 | 62 | 55 |
| Binary | 111010 | 10101100 | 10100000 | 1000010 | 0 | 111 | 100001 | 10101110 | 110010 | 101101 |
Color Harmonies of #3AACA0
Complementary color
Monochromatic Colors of #3AACA0
Black with #3AACA0
Text Example
Text Example
White with #3AACA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AACA0; }
p { color: rgb(58,172,160); }
H1.HeaderClassName
{
color: #3AACA0;
}
.AnyTagClassName
{
color: #3AACA0;
}
</style>
background-color css
<style>
a { background-color: #3AACA0; }
a { background-color: rgb(58,172,160); }
div.DivClassName
{
background-color: #3AACA0;
}
.BgClassName
{
background-color: #3AACA0;
}
</style>
border-color css
<style>
span { border-color: #3AACA0; }
span { border-color: rgb(58,172,160); }
td.TdClassName
{
border-color: #3AACA0;
}
.TagClassName
{
border-color: #3AACA0;
}
</style>