Shades of Shamrock #3ABEA2
Tints of Shamrock #3ABEA2
RGB
CMYK
RGB Variations
Color information
#3ABEA2 (or 0x3ABEA2) is known color: Shamrock. HEX triplet: 3A, BE and A2. RGB value is (58,190,162). Sum of RGB (Red+Green+Blue) = 58+190+162=410 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.15% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 162 (63.67% from 255 or 39.51% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #3ABEA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABEA2 is #C5415D. Grayscale: #939393. Windows color (decimal): -12927326 or 10665530. OLE color: 10665530.
HSL color Cylindrical-coordinate representation of color #3ABEA2: hue angle of 167.27º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABEA2 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 190 | 162 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.25 |
| HSL | 167.27º | 0.53% | 0.49% | - |
| HSV(B) | 167.27º | 0.69% | 0.75% | - |
| XYZ | 26.68 | 40.34 | 40.56 | - |
| YUV | 147.34 | 136.27 | 64.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 190 | 162 | 0.69 | 0 | 0.15 | 0.25 | 167.27 | 0.53 | 0.49 |
| Hex | 3A | BE | A2 | 45 | 0 | F | 19 | A7 | 35 | 31 |
| Octal | 72 | 276 | 242 | 105 | 0 | 17 | 31 | 247 | 65 | 61 |
| Binary | 111010 | 10111110 | 10100010 | 1000101 | 0 | 1111 | 11001 | 10100111 | 110101 | 110001 |
Color Harmonies of #3ABEA2
Complementary color
Monochromatic Colors of #3ABEA2
Black with #3ABEA2
Text Example
Text Example
White with #3ABEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABEA2; }
p { color: rgb(58,190,162); }
H1.HeaderClassName
{
color: #3ABEA2;
}
.AnyTagClassName
{
color: #3ABEA2;
}
</style>
background-color css
<style>
a { background-color: #3ABEA2; }
a { background-color: rgb(58,190,162); }
div.DivClassName
{
background-color: #3ABEA2;
}
.BgClassName
{
background-color: #3ABEA2;
}
</style>
border-color css
<style>
span { border-color: #3ABEA2; }
span { border-color: rgb(58,190,162); }
td.TdClassName
{
border-color: #3ABEA2;
}
.TagClassName
{
border-color: #3ABEA2;
}
</style>