Shades of Shamrock #3AEDAF
Tints of Shamrock #3AEDAF
RGB
CMYK
RGB Variations
Color information
#3AEDAF (or 0x3AEDAF) is known color: Shamrock. HEX triplet: 3A, ED and AF. RGB value is (58,237,175). Sum of RGB (Red+Green+Blue) = 58+237+175=470 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.34% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #3AEDAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AEDAF is #C51250. Grayscale: #B0B0B0. Windows color (decimal): -12915281 or 11529530. OLE color: 11529530.
HSL color Cylindrical-coordinate representation of color #3AEDAF: hue angle of 159.22º 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 #3AEDAF is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 237 | 175 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.07 |
| HSL | 159.22º | 0.83% | 0.58% | - |
| HSV(B) | 159.22º | 0.76% | 0.93% | - |
| XYZ | 39.77 | 64.56 | 50.92 | - |
| YUV | 176.41 | 127.2 | 43.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 237 | 175 | 0.76 | 0 | 0.26 | 0.07 | 159.22 | 0.83 | 0.58 |
| Hex | 3A | ED | AF | 4C | 0 | 1A | 7 | 9F | 53 | 3A |
| Octal | 72 | 355 | 257 | 114 | 0 | 32 | 7 | 237 | 123 | 72 |
| Binary | 111010 | 11101101 | 10101111 | 1001100 | 0 | 11010 | 111 | 10011111 | 1010011 | 111010 |
Color Harmonies of #3AEDAF
Complementary color
Monochromatic Colors of #3AEDAF
Black with #3AEDAF
Text Example
Text Example
White with #3AEDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEDAF; }
p { color: rgb(58,237,175); }
H1.HeaderClassName
{
color: #3AEDAF;
}
.AnyTagClassName
{
color: #3AEDAF;
}
</style>
background-color css
<style>
a { background-color: #3AEDAF; }
a { background-color: rgb(58,237,175); }
div.DivClassName
{
background-color: #3AEDAF;
}
.BgClassName
{
background-color: #3AEDAF;
}
</style>
border-color css
<style>
span { border-color: #3AEDAF; }
span { border-color: rgb(58,237,175); }
td.TdClassName
{
border-color: #3AEDAF;
}
.TagClassName
{
border-color: #3AEDAF;
}
</style>