Shades of Shamrock #3ACE89
Tints of Shamrock #3ACE89
RGB
CMYK
RGB Variations
Color information
#3ACE89 (or 0x3ACE89) is known color: Shamrock. HEX triplet: 3A, CE and 89. RGB value is (58,206,137). Sum of RGB (Red+Green+Blue) = 58+206+137=401 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.46% from 401); Green value is 206 (80.86% from 255 or 51.37% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACE89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACE89 is #C53176. Grayscale: #9A9A9A. Windows color (decimal): -12923255 or 9031226. OLE color: 9031226.
HSL color Cylindrical-coordinate representation of color #3ACE89: hue angle of 152.03º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACE89 is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 206 | 137 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.19 |
| HSL | 152.03º | 0.6% | 0.52% | - |
| HSV(B) | 152.03º | 0.72% | 0.81% | - |
| XYZ | 28.33 | 46.85 | 31.22 | - |
| YUV | 153.88 | 118.47 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 206 | 137 | 0.72 | 0 | 0.33 | 0.19 | 152.03 | 0.6 | 0.52 |
| Hex | 3A | CE | 89 | 48 | 0 | 21 | 13 | 98 | 3C | 34 |
| Octal | 72 | 316 | 211 | 110 | 0 | 41 | 23 | 230 | 74 | 64 |
| Binary | 111010 | 11001110 | 10001001 | 1001000 | 0 | 100001 | 10011 | 10011000 | 111100 | 110100 |
Color Harmonies of #3ACE89
Complementary color
Monochromatic Colors of #3ACE89
Black with #3ACE89
Text Example
Text Example
White with #3ACE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACE89; }
p { color: rgb(58,206,137); }
H1.HeaderClassName
{
color: #3ACE89;
}
.AnyTagClassName
{
color: #3ACE89;
}
</style>
background-color css
<style>
a { background-color: #3ACE89; }
a { background-color: rgb(58,206,137); }
div.DivClassName
{
background-color: #3ACE89;
}
.BgClassName
{
background-color: #3ACE89;
}
</style>
border-color css
<style>
span { border-color: #3ACE89; }
span { border-color: rgb(58,206,137); }
td.TdClassName
{
border-color: #3ACE89;
}
.TagClassName
{
border-color: #3ACE89;
}
</style>