Shades of Shamrock #3AECAA
Tints of Shamrock #3AECAA
RGB
CMYK
RGB Variations
Color information
#3AECAA (or 0x3AECAA) is known color: Shamrock. HEX triplet: 3A, EC and AA. RGB value is (58,236,170). Sum of RGB (Red+Green+Blue) = 58+236+170=464 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.5% from 464); Green value is 236 (92.58% from 255 or 50.86% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 236 - color contains mainly: green. Hex color #3AECAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AECAA is #C51355. Grayscale: #AFAFAF. Windows color (decimal): -12915542 or 11201594. OLE color: 11201594.
HSL color Cylindrical-coordinate representation of color #3AECAA: hue angle of 157.75º 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 #3AECAA is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 236 | 170 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.07 |
| HSL | 157.75º | 0.82% | 0.58% | - |
| HSV(B) | 157.75º | 0.75% | 0.93% | - |
| XYZ | 39 | 63.79 | 48.29 | - |
| YUV | 175.25 | 125.03 | 44.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 236 | 170 | 0.75 | 0 | 0.28 | 0.07 | 157.75 | 0.82 | 0.58 |
| Hex | 3A | EC | AA | 4B | 0 | 1C | 7 | 9E | 52 | 3A |
| Octal | 72 | 354 | 252 | 113 | 0 | 34 | 7 | 236 | 122 | 72 |
| Binary | 111010 | 11101100 | 10101010 | 1001011 | 0 | 11100 | 111 | 10011110 | 1010010 | 111010 |
Color Harmonies of #3AECAA
Complementary color
Monochromatic Colors of #3AECAA
Black with #3AECAA
Text Example
Text Example
White with #3AECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AECAA; }
p { color: rgb(58,236,170); }
H1.HeaderClassName
{
color: #3AECAA;
}
.AnyTagClassName
{
color: #3AECAA;
}
</style>
background-color css
<style>
a { background-color: #3AECAA; }
a { background-color: rgb(58,236,170); }
div.DivClassName
{
background-color: #3AECAA;
}
.BgClassName
{
background-color: #3AECAA;
}
</style>
border-color css
<style>
span { border-color: #3AECAA; }
span { border-color: rgb(58,236,170); }
td.TdClassName
{
border-color: #3AECAA;
}
.TagClassName
{
border-color: #3AECAA;
}
</style>