Shades of Light Sea Green #3ABCAA
Tints of Light Sea Green #3ABCAA
RGB
CMYK
RGB Variations
Color information
#3ABCAA (or 0x3ABCAA) is known color: Light Sea Green. HEX triplet: 3A, BC and AA. RGB value is (58,188,170). Sum of RGB (Red+Green+Blue) = 58+188+170=416 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.94% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABCAA is #C54355. Grayscale: #939393. Windows color (decimal): -12927830 or 11189306. OLE color: 11189306.
HSL color Cylindrical-coordinate representation of color #3ABCAA: hue angle of 171.69º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABCAA is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 188 | 170 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.26 |
| HSL | 171.69º | 0.53% | 0.48% | - |
| HSV(B) | 171.69º | 0.69% | 0.74% | - |
| XYZ | 26.98 | 39.77 | 44.28 | - |
| YUV | 147.08 | 140.93 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 188 | 170 | 0.69 | 0 | 0.10 | 0.26 | 171.69 | 0.53 | 0.48 |
| Hex | 3A | BC | AA | 45 | 0 | A | 1A | AC | 35 | 30 |
| Octal | 72 | 274 | 252 | 105 | 0 | 12 | 32 | 254 | 65 | 60 |
| Binary | 111010 | 10111100 | 10101010 | 1000101 | 0 | 1010 | 11010 | 10101100 | 110101 | 110000 |
Color Harmonies of #3ABCAA
Complementary color
Monochromatic Colors of #3ABCAA
Black with #3ABCAA
Text Example
Text Example
White with #3ABCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABCAA; }
p { color: rgb(58,188,170); }
H1.HeaderClassName
{
color: #3ABCAA;
}
.AnyTagClassName
{
color: #3ABCAA;
}
</style>
background-color css
<style>
a { background-color: #3ABCAA; }
a { background-color: rgb(58,188,170); }
div.DivClassName
{
background-color: #3ABCAA;
}
.BgClassName
{
background-color: #3ABCAA;
}
</style>
border-color css
<style>
span { border-color: #3ABCAA; }
span { border-color: rgb(58,188,170); }
td.TdClassName
{
border-color: #3ABCAA;
}
.TagClassName
{
border-color: #3ABCAA;
}
</style>