Shades of Light Sea Green #3ABEAC
Tints of Light Sea Green #3ABEAC
RGB
CMYK
RGB Variations
Color information
#3ABEAC (or 0x3ABEAC) is known color: Light Sea Green. HEX triplet: 3A, BE and AC. RGB value is (58,190,172). Sum of RGB (Red+Green+Blue) = 58+190+172=420 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.81% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 190 - color contains mainly: green. Hex color #3ABEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABEAC is #C54153. Grayscale: #949494. Windows color (decimal): -12927316 or 11320890. OLE color: 11320890.
HSL color Cylindrical-coordinate representation of color #3ABEAC: hue angle of 171.82º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABEAC is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 190 | 172 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.25 |
| HSL | 171.82º | 0.53% | 0.49% | - |
| HSV(B) | 171.82º | 0.69% | 0.75% | - |
| XYZ | 27.6 | 40.71 | 45.43 | - |
| YUV | 148.48 | 141.27 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 190 | 172 | 0.69 | 0 | 0.09 | 0.25 | 171.82 | 0.53 | 0.49 |
| Hex | 3A | BE | AC | 45 | 0 | 9 | 19 | AC | 35 | 31 |
| Octal | 72 | 276 | 254 | 105 | 0 | 11 | 31 | 254 | 65 | 61 |
| Binary | 111010 | 10111110 | 10101100 | 1000101 | 0 | 1001 | 11001 | 10101100 | 110101 | 110001 |
Color Harmonies of #3ABEAC
Complementary color
Monochromatic Colors of #3ABEAC
Black with #3ABEAC
Text Example
Text Example
White with #3ABEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABEAC; }
p { color: rgb(58,190,172); }
H1.HeaderClassName
{
color: #3ABEAC;
}
.AnyTagClassName
{
color: #3ABEAC;
}
</style>
background-color css
<style>
a { background-color: #3ABEAC; }
a { background-color: rgb(58,190,172); }
div.DivClassName
{
background-color: #3ABEAC;
}
.BgClassName
{
background-color: #3ABEAC;
}
</style>
border-color css
<style>
span { border-color: #3ABEAC; }
span { border-color: rgb(58,190,172); }
td.TdClassName
{
border-color: #3ABEAC;
}
.TagClassName
{
border-color: #3ABEAC;
}
</style>