Shades of Shamrock #3AECA2
Tints of Shamrock #3AECA2
RGB
CMYK
RGB Variations
Color information
#3AECA2 (or 0x3AECA2) is known color: Shamrock. HEX triplet: 3A, EC and A2. RGB value is (58,236,162). Sum of RGB (Red+Green+Blue) = 58+236+162=456 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.72% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #3AECA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AECA2 is #C5135D. Grayscale: #AEAEAE. Windows color (decimal): -12915550 or 10677306. OLE color: 10677306.
HSL color Cylindrical-coordinate representation of color #3AECA2: hue angle of 155.06º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AECA2 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 236 | 162 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.07 |
| HSL | 155.06º | 0.82% | 0.58% | - |
| HSV(B) | 155.06º | 0.75% | 0.93% | - |
| XYZ | 38.26 | 63.5 | 44.42 | - |
| YUV | 174.34 | 121.03 | 45.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 236 | 162 | 0.75 | 0 | 0.31 | 0.07 | 155.06 | 0.82 | 0.58 |
| Hex | 3A | EC | A2 | 4B | 0 | 1F | 7 | 9B | 52 | 3A |
| Octal | 72 | 354 | 242 | 113 | 0 | 37 | 7 | 233 | 122 | 72 |
| Binary | 111010 | 11101100 | 10100010 | 1001011 | 0 | 11111 | 111 | 10011011 | 1010010 | 111010 |
Color Harmonies of #3AECA2
Complementary color
Monochromatic Colors of #3AECA2
Black with #3AECA2
Text Example
Text Example
White with #3AECA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AECA2; }
p { color: rgb(58,236,162); }
H1.HeaderClassName
{
color: #3AECA2;
}
.AnyTagClassName
{
color: #3AECA2;
}
</style>
background-color css
<style>
a { background-color: #3AECA2; }
a { background-color: rgb(58,236,162); }
div.DivClassName
{
background-color: #3AECA2;
}
.BgClassName
{
background-color: #3AECA2;
}
</style>
border-color css
<style>
span { border-color: #3AECA2; }
span { border-color: rgb(58,236,162); }
td.TdClassName
{
border-color: #3AECA2;
}
.TagClassName
{
border-color: #3AECA2;
}
</style>