Shades of Shamrock #3AEBA2
Tints of Shamrock #3AEBA2
RGB
CMYK
RGB Variations
Color information
#3AEBA2 (or 0x3AEBA2) is known color: Shamrock. HEX triplet: 3A, EB and A2. RGB value is (58,235,162). Sum of RGB (Red+Green+Blue) = 58+235+162=455 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.75% from 455); Green value is 235 (92.19% from 255 or 51.65% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 235 - color contains mainly: green. Hex color #3AEBA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AEBA2 is #C5145D. Grayscale: #ADADAD. Windows color (decimal): -12915806 or 10677050. OLE color: 10677050.
HSL color Cylindrical-coordinate representation of color #3AEBA2: hue angle of 155.25º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AEBA2 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 235 | 162 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.08 |
| HSL | 155.25º | 0.82% | 0.57% | - |
| HSV(B) | 155.25º | 0.75% | 0.92% | - |
| XYZ | 37.97 | 62.92 | 44.33 | - |
| YUV | 173.76 | 121.36 | 45.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 235 | 162 | 0.75 | 0 | 0.31 | 0.08 | 155.25 | 0.82 | 0.57 |
| Hex | 3A | EB | A2 | 4B | 0 | 1F | 8 | 9B | 52 | 39 |
| Octal | 72 | 353 | 242 | 113 | 0 | 37 | 10 | 233 | 122 | 71 |
| Binary | 111010 | 11101011 | 10100010 | 1001011 | 0 | 11111 | 1000 | 10011011 | 1010010 | 111001 |
Color Harmonies of #3AEBA2
Complementary color
Monochromatic Colors of #3AEBA2
Black with #3AEBA2
Text Example
Text Example
White with #3AEBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEBA2; }
p { color: rgb(58,235,162); }
H1.HeaderClassName
{
color: #3AEBA2;
}
.AnyTagClassName
{
color: #3AEBA2;
}
</style>
background-color css
<style>
a { background-color: #3AEBA2; }
a { background-color: rgb(58,235,162); }
div.DivClassName
{
background-color: #3AEBA2;
}
.BgClassName
{
background-color: #3AEBA2;
}
</style>
border-color css
<style>
span { border-color: #3AEBA2; }
span { border-color: rgb(58,235,162); }
td.TdClassName
{
border-color: #3AEBA2;
}
.TagClassName
{
border-color: #3AEBA2;
}
</style>