Shades of Shamrock #3ACE8B
Tints of Shamrock #3ACE8B
RGB
CMYK
RGB Variations
Color information
#3ACE8B (or 0x3ACE8B) is known color: Shamrock. HEX triplet: 3A, CE and 8B. RGB value is (58,206,139). Sum of RGB (Red+Green+Blue) = 58+206+139=403 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.39% from 403); Green value is 206 (80.86% from 255 or 51.12% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 206 - color contains mainly: green. Hex color #3ACE8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACE8B is #C53174. Grayscale: #9A9A9A. Windows color (decimal): -12923253 or 9162298. OLE color: 9162298.
HSL color Cylindrical-coordinate representation of color #3ACE8B: hue angle of 152.84º 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 #3ACE8B is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 206 | 139 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.19 |
| HSL | 152.84º | 0.6% | 0.52% | - |
| HSV(B) | 152.84º | 0.72% | 0.81% | - |
| XYZ | 28.48 | 46.91 | 31.98 | - |
| YUV | 154.11 | 119.47 | 59.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 206 | 139 | 0.72 | 0 | 0.33 | 0.19 | 152.84 | 0.6 | 0.52 |
| Hex | 3A | CE | 8B | 48 | 0 | 21 | 13 | 99 | 3C | 34 |
| Octal | 72 | 316 | 213 | 110 | 0 | 41 | 23 | 231 | 74 | 64 |
| Binary | 111010 | 11001110 | 10001011 | 1001000 | 0 | 100001 | 10011 | 10011001 | 111100 | 110100 |
Color Harmonies of #3ACE8B
Complementary color
Monochromatic Colors of #3ACE8B
Black with #3ACE8B
Text Example
Text Example
White with #3ACE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACE8B; }
p { color: rgb(58,206,139); }
H1.HeaderClassName
{
color: #3ACE8B;
}
.AnyTagClassName
{
color: #3ACE8B;
}
</style>
background-color css
<style>
a { background-color: #3ACE8B; }
a { background-color: rgb(58,206,139); }
div.DivClassName
{
background-color: #3ACE8B;
}
.BgClassName
{
background-color: #3ACE8B;
}
</style>
border-color css
<style>
span { border-color: #3ACE8B; }
span { border-color: rgb(58,206,139); }
td.TdClassName
{
border-color: #3ACE8B;
}
.TagClassName
{
border-color: #3ACE8B;
}
</style>