Shades of Shamrock #3ACD9D
Tints of Shamrock #3ACD9D
RGB
CMYK
RGB Variations
Color information
#3ACD9D (or 0x3ACD9D) is known color: Shamrock. HEX triplet: 3A, CD and 9D. RGB value is (58,205,157). Sum of RGB (Red+Green+Blue) = 58+205+157=420 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.81% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACD9D is #C53262. Grayscale: #9B9B9B. Windows color (decimal): -12923491 or 10341690. OLE color: 10341690.
HSL color Cylindrical-coordinate representation of color #3ACD9D: hue angle of 160.41º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACD9D is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 205 | 157 | - |
| CMYK | 0.72 | 0 | 0.23 | 0.20 |
| HSL | 160.41º | 0.6% | 0.52% | - |
| HSV(B) | 160.41º | 0.72% | 0.8% | - |
| XYZ | 29.66 | 47 | 39.41 | - |
| YUV | 155.58 | 128.8 | 58.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 157 | 0.72 | 0 | 0.23 | 0.20 | 160.41 | 0.6 | 0.52 |
| Hex | 3A | CD | 9D | 48 | 0 | 17 | 14 | A0 | 3C | 34 |
| Octal | 72 | 315 | 235 | 110 | 0 | 27 | 24 | 240 | 74 | 64 |
| Binary | 111010 | 11001101 | 10011101 | 1001000 | 0 | 10111 | 10100 | 10100000 | 111100 | 110100 |
Color Harmonies of #3ACD9D
Complementary color
Monochromatic Colors of #3ACD9D
Black with #3ACD9D
Text Example
Text Example
White with #3ACD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACD9D; }
p { color: rgb(58,205,157); }
H1.HeaderClassName
{
color: #3ACD9D;
}
.AnyTagClassName
{
color: #3ACD9D;
}
</style>
background-color css
<style>
a { background-color: #3ACD9D; }
a { background-color: rgb(58,205,157); }
div.DivClassName
{
background-color: #3ACD9D;
}
.BgClassName
{
background-color: #3ACD9D;
}
</style>
border-color css
<style>
span { border-color: #3ACD9D; }
span { border-color: rgb(58,205,157); }
td.TdClassName
{
border-color: #3ACD9D;
}
.TagClassName
{
border-color: #3ACD9D;
}
</style>