Shades of Shamrock #3AEDAA
Tints of Shamrock #3AEDAA
RGB
CMYK
RGB Variations
Color information
#3AEDAA (or 0x3AEDAA) is known color: Shamrock. HEX triplet: 3A, ED and AA. RGB value is (58,237,170). Sum of RGB (Red+Green+Blue) = 58+237+170=465 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.47% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #3AEDAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AEDAA is #C51255. Grayscale: #AFAFAF. Windows color (decimal): -12915286 or 11201850. OLE color: 11201850.
HSL color Cylindrical-coordinate representation of color #3AEDAA: hue angle of 157.54º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AEDAA is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 237 | 170 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.07 |
| HSL | 157.54º | 0.83% | 0.58% | - |
| HSV(B) | 157.54º | 0.76% | 0.93% | - |
| XYZ | 39.28 | 64.37 | 48.38 | - |
| YUV | 175.84 | 124.7 | 43.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 237 | 170 | 0.76 | 0 | 0.28 | 0.07 | 157.54 | 0.83 | 0.58 |
| Hex | 3A | ED | AA | 4C | 0 | 1C | 7 | 9E | 53 | 3A |
| Octal | 72 | 355 | 252 | 114 | 0 | 34 | 7 | 236 | 123 | 72 |
| Binary | 111010 | 11101101 | 10101010 | 1001100 | 0 | 11100 | 111 | 10011110 | 1010011 | 111010 |
Color Harmonies of #3AEDAA
Complementary color
Monochromatic Colors of #3AEDAA
Black with #3AEDAA
Text Example
Text Example
White with #3AEDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEDAA; }
p { color: rgb(58,237,170); }
H1.HeaderClassName
{
color: #3AEDAA;
}
.AnyTagClassName
{
color: #3AEDAA;
}
</style>
background-color css
<style>
a { background-color: #3AEDAA; }
a { background-color: rgb(58,237,170); }
div.DivClassName
{
background-color: #3AEDAA;
}
.BgClassName
{
background-color: #3AEDAA;
}
</style>
border-color css
<style>
span { border-color: #3AEDAA; }
span { border-color: rgb(58,237,170); }
td.TdClassName
{
border-color: #3AEDAA;
}
.TagClassName
{
border-color: #3AEDAA;
}
</style>