Shades of Light Sea Green #3AC2B1
Tints of Light Sea Green #3AC2B1
RGB
CMYK
RGB Variations
Color information
#3AC2B1 (or 0x3AC2B1) is known color: Light Sea Green. HEX triplet: 3A, C2 and B1. RGB value is (58,194,177). Sum of RGB (Red+Green+Blue) = 58+194+177=429 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.52% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 194 - color contains mainly: green. Hex color #3AC2B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC2B1 is #C53D4E. Grayscale: #979797. Windows color (decimal): -12926287 or 11649594. OLE color: 11649594.
HSL color Cylindrical-coordinate representation of color #3AC2B1: hue angle of 172.5º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC2B1 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 194 | 177 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.24 |
| HSL | 172.5º | 0.54% | 0.49% | - |
| HSV(B) | 172.5º | 0.7% | 0.76% | - |
| XYZ | 28.97 | 42.66 | 48.3 | - |
| YUV | 151.4 | 142.44 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 194 | 177 | 0.70 | 0 | 0.09 | 0.24 | 172.5 | 0.54 | 0.49 |
| Hex | 3A | C2 | B1 | 46 | 0 | 9 | 18 | AC | 36 | 31 |
| Octal | 72 | 302 | 261 | 106 | 0 | 11 | 30 | 254 | 66 | 61 |
| Binary | 111010 | 11000010 | 10110001 | 1000110 | 0 | 1001 | 11000 | 10101100 | 110110 | 110001 |
Color Harmonies of #3AC2B1
Complementary color
Monochromatic Colors of #3AC2B1
Black with #3AC2B1
Text Example
Text Example
White with #3AC2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC2B1; }
p { color: rgb(58,194,177); }
H1.HeaderClassName
{
color: #3AC2B1;
}
.AnyTagClassName
{
color: #3AC2B1;
}
</style>
background-color css
<style>
a { background-color: #3AC2B1; }
a { background-color: rgb(58,194,177); }
div.DivClassName
{
background-color: #3AC2B1;
}
.BgClassName
{
background-color: #3AC2B1;
}
</style>
border-color css
<style>
span { border-color: #3AC2B1; }
span { border-color: rgb(58,194,177); }
td.TdClassName
{
border-color: #3AC2B1;
}
.TagClassName
{
border-color: #3AC2B1;
}
</style>