Shades of Shamrock #3ABF8D
Tints of Shamrock #3ABF8D
RGB
CMYK
RGB Variations
Color information
#3ABF8D (or 0x3ABF8D) is known color: Shamrock. HEX triplet: 3A, BF and 8D. RGB value is (58,191,141). Sum of RGB (Red+Green+Blue) = 58+191+141=390 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.87% from 390); Green value is 191 (75% from 255 or 48.97% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 191 - color contains mainly: green. Hex color #3ABF8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABF8D is #C54072. Grayscale: #919191. Windows color (decimal): -12927091 or 9289530. OLE color: 9289530.
HSL color Cylindrical-coordinate representation of color #3ABF8D: hue angle of 157.44º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ABF8D is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 191 | 141 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.25 |
| HSL | 157.44º | 0.53% | 0.49% | - |
| HSV(B) | 157.44º | 0.7% | 0.75% | - |
| XYZ | 25.18 | 40.08 | 31.61 | - |
| YUV | 145.53 | 125.44 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 191 | 141 | 0.70 | 0 | 0.26 | 0.25 | 157.44 | 0.53 | 0.49 |
| Hex | 3A | BF | 8D | 46 | 0 | 1A | 19 | 9D | 35 | 31 |
| Octal | 72 | 277 | 215 | 106 | 0 | 32 | 31 | 235 | 65 | 61 |
| Binary | 111010 | 10111111 | 10001101 | 1000110 | 0 | 11010 | 11001 | 10011101 | 110101 | 110001 |
Color Harmonies of #3ABF8D
Complementary color
Monochromatic Colors of #3ABF8D
Black with #3ABF8D
Text Example
Text Example
White with #3ABF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABF8D; }
p { color: rgb(58,191,141); }
H1.HeaderClassName
{
color: #3ABF8D;
}
.AnyTagClassName
{
color: #3ABF8D;
}
</style>
background-color css
<style>
a { background-color: #3ABF8D; }
a { background-color: rgb(58,191,141); }
div.DivClassName
{
background-color: #3ABF8D;
}
.BgClassName
{
background-color: #3ABF8D;
}
</style>
border-color css
<style>
span { border-color: #3ABF8D; }
span { border-color: rgb(58,191,141); }
td.TdClassName
{
border-color: #3ABF8D;
}
.TagClassName
{
border-color: #3ABF8D;
}
</style>