Shades of Light Sea Green #3AACA8
Tints of Light Sea Green #3AACA8
RGB
CMYK
RGB Variations
Color information
#3AACA8 (or 0x3AACA8) is known color: Light Sea Green. HEX triplet: 3A, AC and A8. RGB value is (58,172,168). Sum of RGB (Red+Green+Blue) = 58+172+168=398 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.57% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 172 - color contains mainly: green. Hex color #3AACA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AACA8 is #C55357. Grayscale: #898989. Windows color (decimal): -12931928 or 11054138. OLE color: 11054138.
HSL color Cylindrical-coordinate representation of color #3AACA8: hue angle of 177.89º degrees, saturation: 0.5, 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 #3AACA8 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 172 | 168 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.33 |
| HSL | 177.89º | 0.5% | 0.45% | - |
| HSV(B) | 177.89º | 0.66% | 0.67% | - |
| XYZ | 23.57 | 33.23 | 42.22 | - |
| YUV | 137.46 | 145.23 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 168 | 0.66 | 0 | 0.02 | 0.33 | 177.89 | 0.5 | 0.45 |
| Hex | 3A | AC | A8 | 42 | 0 | 2 | 21 | B2 | 32 | 2D |
| Octal | 72 | 254 | 250 | 102 | 0 | 2 | 41 | 262 | 62 | 55 |
| Binary | 111010 | 10101100 | 10101000 | 1000010 | 0 | 10 | 100001 | 10110010 | 110010 | 101101 |
Color Harmonies of #3AACA8
Complementary color
Monochromatic Colors of #3AACA8
Black with #3AACA8
Text Example
Text Example
White with #3AACA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AACA8; }
p { color: rgb(58,172,168); }
H1.HeaderClassName
{
color: #3AACA8;
}
.AnyTagClassName
{
color: #3AACA8;
}
</style>
background-color css
<style>
a { background-color: #3AACA8; }
a { background-color: rgb(58,172,168); }
div.DivClassName
{
background-color: #3AACA8;
}
.BgClassName
{
background-color: #3AACA8;
}
</style>
border-color css
<style>
span { border-color: #3AACA8; }
span { border-color: rgb(58,172,168); }
td.TdClassName
{
border-color: #3AACA8;
}
.TagClassName
{
border-color: #3AACA8;
}
</style>