Shades of Shamrock #3ACA8E
Tints of Shamrock #3ACA8E
RGB
CMYK
RGB Variations
Color information
#3ACA8E (or 0x3ACA8E) is known color: Shamrock. HEX triplet: 3A, CA and 8E. RGB value is (58,202,142). Sum of RGB (Red+Green+Blue) = 58+202+142=402 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.43% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #3ACA8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACA8E is #C53571. Grayscale: #989898. Windows color (decimal): -12924274 or 9357882. OLE color: 9357882.
HSL color Cylindrical-coordinate representation of color #3ACA8E: hue angle of 155º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ACA8E is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 58 | 202 | 142 | - |
| CMYK | 0.71 | 0 | 0.30 | 0.21 |
| HSL | 155º | 0.58% | 0.51% | - |
| HSV(B) | 155º | 0.71% | 0.79% | - |
| XYZ | 27.75 | 45.09 | 32.83 | - |
| YUV | 152.1 | 122.29 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 202 | 142 | 0.71 | 0 | 0.30 | 0.21 | 155 | 0.58 | 0.51 |
| Hex | 3A | CA | 8E | 47 | 0 | 1E | 15 | 9B | 3A | 33 |
| Octal | 72 | 312 | 216 | 107 | 0 | 36 | 25 | 233 | 72 | 63 |
| Binary | 111010 | 11001010 | 10001110 | 1000111 | 0 | 11110 | 10101 | 10011011 | 111010 | 110011 |
Color Harmonies of #3ACA8E
Complementary color
Monochromatic Colors of #3ACA8E
Black with #3ACA8E
Text Example
Text Example
White with #3ACA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACA8E; }
p { color: rgb(58,202,142); }
H1.HeaderClassName
{
color: #3ACA8E;
}
.AnyTagClassName
{
color: #3ACA8E;
}
</style>
background-color css
<style>
a { background-color: #3ACA8E; }
a { background-color: rgb(58,202,142); }
div.DivClassName
{
background-color: #3ACA8E;
}
.BgClassName
{
background-color: #3ACA8E;
}
</style>
border-color css
<style>
span { border-color: #3ACA8E; }
span { border-color: rgb(58,202,142); }
td.TdClassName
{
border-color: #3ACA8E;
}
.TagClassName
{
border-color: #3ACA8E;
}
</style>