Shades of Shamrock #3AEEAD
Tints of Shamrock #3AEEAD
RGB
CMYK
RGB Variations
Color information
#3AEEAD (or 0x3AEEAD) is known color: Shamrock. HEX triplet: 3A, EE and AD. RGB value is (58,238,173). Sum of RGB (Red+Green+Blue) = 58+238+173=469 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.37% from 469); Green value is 238 (93.36% from 255 or 50.75% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEEAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AEEAD is #C51152. Grayscale: #B0B0B0. Windows color (decimal): -12915027 or 11398714. OLE color: 11398714.
HSL color Cylindrical-coordinate representation of color #3AEEAD: hue angle of 158.33º degrees, saturation: 0.84, 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 #3AEEAD is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 238 | 173 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.07 |
| HSL | 158.33º | 0.84% | 0.58% | - |
| HSV(B) | 158.33º | 0.76% | 0.93% | - |
| XYZ | 39.86 | 65.07 | 49.99 | - |
| YUV | 176.77 | 125.87 | 43.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 238 | 173 | 0.76 | 0 | 0.27 | 0.07 | 158.33 | 0.84 | 0.58 |
| Hex | 3A | EE | AD | 4C | 0 | 1B | 7 | 9E | 54 | 3A |
| Octal | 72 | 356 | 255 | 114 | 0 | 33 | 7 | 236 | 124 | 72 |
| Binary | 111010 | 11101110 | 10101101 | 1001100 | 0 | 11011 | 111 | 10011110 | 1010100 | 111010 |
Color Harmonies of #3AEEAD
Complementary color
Monochromatic Colors of #3AEEAD
Black with #3AEEAD
Text Example
Text Example
White with #3AEEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEEAD; }
p { color: rgb(58,238,173); }
H1.HeaderClassName
{
color: #3AEEAD;
}
.AnyTagClassName
{
color: #3AEEAD;
}
</style>
background-color css
<style>
a { background-color: #3AEEAD; }
a { background-color: rgb(58,238,173); }
div.DivClassName
{
background-color: #3AEEAD;
}
.BgClassName
{
background-color: #3AEEAD;
}
</style>
border-color css
<style>
span { border-color: #3AEEAD; }
span { border-color: rgb(58,238,173); }
td.TdClassName
{
border-color: #3AEEAD;
}
.TagClassName
{
border-color: #3AEEAD;
}
</style>