Shades of Shamrock #3ABEA3
Tints of Shamrock #3ABEA3
RGB
CMYK
RGB Variations
Color information
#3ABEA3 (or 0x3ABEA3) is known color: Shamrock. HEX triplet: 3A, BE and A3. RGB value is (58,190,163). Sum of RGB (Red+Green+Blue) = 58+190+163=411 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.11% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 163 (64.06% from 255 or 39.66% from 411); Max value from RGB is 190 - color contains mainly: green. Hex color #3ABEA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABEA3 is #C5415C. Grayscale: #939393. Windows color (decimal): -12927325 or 10731066. OLE color: 10731066.
HSL color Cylindrical-coordinate representation of color #3ABEA3: hue angle of 167.73º 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 #3ABEA3 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 190 | 163 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.25 |
| HSL | 167.73º | 0.53% | 0.49% | - |
| HSV(B) | 167.73º | 0.69% | 0.75% | - |
| XYZ | 26.77 | 40.37 | 41.03 | - |
| YUV | 147.45 | 136.77 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 190 | 163 | 0.69 | 0 | 0.14 | 0.25 | 167.73 | 0.53 | 0.49 |
| Hex | 3A | BE | A3 | 45 | 0 | E | 19 | A8 | 35 | 31 |
| Octal | 72 | 276 | 243 | 105 | 0 | 16 | 31 | 250 | 65 | 61 |
| Binary | 111010 | 10111110 | 10100011 | 1000101 | 0 | 1110 | 11001 | 10101000 | 110101 | 110001 |
Color Harmonies of #3ABEA3
Complementary color
Monochromatic Colors of #3ABEA3
Black with #3ABEA3
Text Example
Text Example
White with #3ABEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABEA3; }
p { color: rgb(58,190,163); }
H1.HeaderClassName
{
color: #3ABEA3;
}
.AnyTagClassName
{
color: #3ABEA3;
}
</style>
background-color css
<style>
a { background-color: #3ABEA3; }
a { background-color: rgb(58,190,163); }
div.DivClassName
{
background-color: #3ABEA3;
}
.BgClassName
{
background-color: #3ABEA3;
}
</style>
border-color css
<style>
span { border-color: #3ABEA3; }
span { border-color: rgb(58,190,163); }
td.TdClassName
{
border-color: #3ABEA3;
}
.TagClassName
{
border-color: #3ABEA3;
}
</style>