Shades of Light Sea Green #3AACAA
Tints of Light Sea Green #3AACAA
RGB
CMYK
RGB Variations
Color information
#3AACAA (or 0x3AACAA) is known color: Light Sea Green. HEX triplet: 3A, AC and AA. RGB value is (58,172,170). Sum of RGB (Red+Green+Blue) = 58+172+170=400 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.5% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 172 - color contains mainly: green. Hex color #3AACAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AACAA is #C55355. Grayscale: #898989. Windows color (decimal): -12931926 or 11185210. OLE color: 11185210.
HSL color Cylindrical-coordinate representation of color #3AACAA: hue angle of 178.95º 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 #3AACAA is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 172 | 170 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.33 |
| HSL | 178.95º | 0.5% | 0.45% | - |
| HSV(B) | 178.95º | 0.66% | 0.67% | - |
| XYZ | 23.75 | 33.31 | 43.21 | - |
| YUV | 137.69 | 146.23 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 170 | 0.66 | 0 | 0.01 | 0.33 | 178.95 | 0.5 | 0.45 |
| Hex | 3A | AC | AA | 42 | 0 | 1 | 21 | B3 | 32 | 2D |
| Octal | 72 | 254 | 252 | 102 | 0 | 1 | 41 | 263 | 62 | 55 |
| Binary | 111010 | 10101100 | 10101010 | 1000010 | 0 | 1 | 100001 | 10110011 | 110010 | 101101 |
Color Harmonies of #3AACAA
Complementary color
Monochromatic Colors of #3AACAA
Black with #3AACAA
Text Example
Text Example
White with #3AACAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AACAA; }
p { color: rgb(58,172,170); }
H1.HeaderClassName
{
color: #3AACAA;
}
.AnyTagClassName
{
color: #3AACAA;
}
</style>
background-color css
<style>
a { background-color: #3AACAA; }
a { background-color: rgb(58,172,170); }
div.DivClassName
{
background-color: #3AACAA;
}
.BgClassName
{
background-color: #3AACAA;
}
</style>
border-color css
<style>
span { border-color: #3AACAA; }
span { border-color: rgb(58,172,170); }
td.TdClassName
{
border-color: #3AACAA;
}
.TagClassName
{
border-color: #3AACAA;
}
</style>