Shades of Shamrock #3ABC90
Tints of Shamrock #3ABC90
RGB
CMYK
RGB Variations
Color information
#3ABC90 (or 0x3ABC90) is known color: Shamrock. HEX triplet: 3A, BC and 90. RGB value is (58,188,144). Sum of RGB (Red+Green+Blue) = 58+188+144=390 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.87% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABC90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABC90 is #C5436F. Grayscale: #909090. Windows color (decimal): -12927856 or 9485370. OLE color: 9485370.
HSL color Cylindrical-coordinate representation of color #3ABC90: hue angle of 159.69º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABC90 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 188 | 144 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.26 |
| HSL | 159.69º | 0.53% | 0.48% | - |
| HSV(B) | 159.69º | 0.69% | 0.74% | - |
| XYZ | 24.76 | 38.88 | 32.58 | - |
| YUV | 144.11 | 127.93 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 188 | 144 | 0.69 | 0 | 0.23 | 0.26 | 159.69 | 0.53 | 0.48 |
| Hex | 3A | BC | 90 | 45 | 0 | 17 | 1A | A0 | 35 | 30 |
| Octal | 72 | 274 | 220 | 105 | 0 | 27 | 32 | 240 | 65 | 60 |
| Binary | 111010 | 10111100 | 10010000 | 1000101 | 0 | 10111 | 11010 | 10100000 | 110101 | 110000 |
Color Harmonies of #3ABC90
Complementary color
Monochromatic Colors of #3ABC90
Black with #3ABC90
Text Example
Text Example
White with #3ABC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABC90; }
p { color: rgb(58,188,144); }
H1.HeaderClassName
{
color: #3ABC90;
}
.AnyTagClassName
{
color: #3ABC90;
}
</style>
background-color css
<style>
a { background-color: #3ABC90; }
a { background-color: rgb(58,188,144); }
div.DivClassName
{
background-color: #3ABC90;
}
.BgClassName
{
background-color: #3ABC90;
}
</style>
border-color css
<style>
span { border-color: #3ABC90; }
span { border-color: rgb(58,188,144); }
td.TdClassName
{
border-color: #3ABC90;
}
.TagClassName
{
border-color: #3ABC90;
}
</style>