Shades of Light Sea Green #3ABCAE
Tints of Light Sea Green #3ABCAE
RGB
CMYK
RGB Variations
Color information
#3ABCAE (or 0x3ABCAE) is known color: Light Sea Green. HEX triplet: 3A, BC and AE. RGB value is (58,188,174). Sum of RGB (Red+Green+Blue) = 58+188+174=420 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.81% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABCAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABCAE is #C54351. Grayscale: #939393. Windows color (decimal): -12927826 or 11451450. OLE color: 11451450.
HSL color Cylindrical-coordinate representation of color #3ABCAE: hue angle of 173.54º 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 #3ABCAE is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 188 | 174 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.26 |
| HSL | 173.54º | 0.53% | 0.48% | - |
| HSV(B) | 173.54º | 0.69% | 0.74% | - |
| XYZ | 27.37 | 39.92 | 46.31 | - |
| YUV | 147.53 | 142.93 | 64.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 188 | 174 | 0.69 | 0 | 0.07 | 0.26 | 173.54 | 0.53 | 0.48 |
| Hex | 3A | BC | AE | 45 | 0 | 7 | 1A | AE | 35 | 30 |
| Octal | 72 | 274 | 256 | 105 | 0 | 7 | 32 | 256 | 65 | 60 |
| Binary | 111010 | 10111100 | 10101110 | 1000101 | 0 | 111 | 11010 | 10101110 | 110101 | 110000 |
Color Harmonies of #3ABCAE
Complementary color
Monochromatic Colors of #3ABCAE
Black with #3ABCAE
Text Example
Text Example
White with #3ABCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABCAE; }
p { color: rgb(58,188,174); }
H1.HeaderClassName
{
color: #3ABCAE;
}
.AnyTagClassName
{
color: #3ABCAE;
}
</style>
background-color css
<style>
a { background-color: #3ABCAE; }
a { background-color: rgb(58,188,174); }
div.DivClassName
{
background-color: #3ABCAE;
}
.BgClassName
{
background-color: #3ABCAE;
}
</style>
border-color css
<style>
span { border-color: #3ABCAE; }
span { border-color: rgb(58,188,174); }
td.TdClassName
{
border-color: #3ABCAE;
}
.TagClassName
{
border-color: #3ABCAE;
}
</style>