Shades of Shamrock #3AEDAB
Tints of Shamrock #3AEDAB
RGB
CMYK
RGB Variations
Color information
#3AEDAB (or 0x3AEDAB) is known color: Shamrock. HEX triplet: 3A, ED and AB. RGB value is (58,237,171). Sum of RGB (Red+Green+Blue) = 58+237+171=466 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.45% from 466); Green value is 237 (92.97% from 255 or 50.86% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 237 - color contains mainly: green. Hex color #3AEDAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AEDAB is #C51254. Grayscale: #B0B0B0. Windows color (decimal): -12915285 or 11267386. OLE color: 11267386.
HSL color Cylindrical-coordinate representation of color #3AEDAB: hue angle of 157.88º 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 #3AEDAB is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 237 | 171 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.07 |
| HSL | 157.88º | 0.83% | 0.58% | - |
| HSV(B) | 157.88º | 0.76% | 0.93% | - |
| XYZ | 39.38 | 64.41 | 48.88 | - |
| YUV | 175.96 | 125.2 | 43.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 237 | 171 | 0.76 | 0 | 0.28 | 0.07 | 157.88 | 0.83 | 0.58 |
| Hex | 3A | ED | AB | 4C | 0 | 1C | 7 | 9E | 53 | 3A |
| Octal | 72 | 355 | 253 | 114 | 0 | 34 | 7 | 236 | 123 | 72 |
| Binary | 111010 | 11101101 | 10101011 | 1001100 | 0 | 11100 | 111 | 10011110 | 1010011 | 111010 |
Color Harmonies of #3AEDAB
Complementary color
Monochromatic Colors of #3AEDAB
Black with #3AEDAB
Text Example
Text Example
White with #3AEDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEDAB; }
p { color: rgb(58,237,171); }
H1.HeaderClassName
{
color: #3AEDAB;
}
.AnyTagClassName
{
color: #3AEDAB;
}
</style>
background-color css
<style>
a { background-color: #3AEDAB; }
a { background-color: rgb(58,237,171); }
div.DivClassName
{
background-color: #3AEDAB;
}
.BgClassName
{
background-color: #3AEDAB;
}
</style>
border-color css
<style>
span { border-color: #3AEDAB; }
span { border-color: rgb(58,237,171); }
td.TdClassName
{
border-color: #3AEDAB;
}
.TagClassName
{
border-color: #3AEDAB;
}
</style>