Shades of Light Sea Green #3AAAA3
Tints of Light Sea Green #3AAAA3
RGB
CMYK
RGB Variations
Color information
#3AAAA3 (or 0x3AAAA3) is known color: Light Sea Green. HEX triplet: 3A, AA and A3. RGB value is (58,170,163). Sum of RGB (Red+Green+Blue) = 58+170+163=391 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.83% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 163 (64.06% from 255 or 41.69% from 391); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAAA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAAA3 is #C5555C. Grayscale: #878787. Windows color (decimal): -12932445 or 10725946. OLE color: 10725946.
HSL color Cylindrical-coordinate representation of color #3AAAA3: hue angle of 176.25º degrees, saturation: 0.49, 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 #3AAAA3 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 163 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.33 |
| HSL | 176.25º | 0.49% | 0.45% | - |
| HSV(B) | 176.25º | 0.66% | 0.67% | - |
| XYZ | 22.73 | 32.29 | 39.69 | - |
| YUV | 135.71 | 143.39 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 163 | 0.66 | 0 | 0.04 | 0.33 | 176.25 | 0.49 | 0.45 |
| Hex | 3A | AA | A3 | 42 | 0 | 4 | 21 | B0 | 31 | 2D |
| Octal | 72 | 252 | 243 | 102 | 0 | 4 | 41 | 260 | 61 | 55 |
| Binary | 111010 | 10101010 | 10100011 | 1000010 | 0 | 100 | 100001 | 10110000 | 110001 | 101101 |
Color Harmonies of #3AAAA3
Complementary color
Monochromatic Colors of #3AAAA3
Black with #3AAAA3
Text Example
Text Example
White with #3AAAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAAA3; }
p { color: rgb(58,170,163); }
H1.HeaderClassName
{
color: #3AAAA3;
}
.AnyTagClassName
{
color: #3AAAA3;
}
</style>
background-color css
<style>
a { background-color: #3AAAA3; }
a { background-color: rgb(58,170,163); }
div.DivClassName
{
background-color: #3AAAA3;
}
.BgClassName
{
background-color: #3AAAA3;
}
</style>
border-color css
<style>
span { border-color: #3AAAA3; }
span { border-color: rgb(58,170,163); }
td.TdClassName
{
border-color: #3AAAA3;
}
.TagClassName
{
border-color: #3AAAA3;
}
</style>