Shades of Shamrock #3AC08B
Tints of Shamrock #3AC08B
RGB
CMYK
RGB Variations
Color information
#3AC08B (or 0x3AC08B) is known color: Shamrock. HEX triplet: 3A, C0 and 8B. RGB value is (58,192,139). Sum of RGB (Red+Green+Blue) = 58+192+139=389 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.91% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC08B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC08B is #C53F74. Grayscale: #919191. Windows color (decimal): -12926837 or 9158714. OLE color: 9158714.
HSL color Cylindrical-coordinate representation of color #3AC08B: hue angle of 156.27º degrees, saturation: 0.54, 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 #3AC08B is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 139 | - |
| CMYK | 0.70 | 0 | 0.28 | 0.25 |
| HSL | 156.27º | 0.54% | 0.49% | - |
| HSV(B) | 156.27º | 0.7% | 0.75% | - |
| XYZ | 25.25 | 40.46 | 30.91 | - |
| YUV | 145.89 | 124.11 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 139 | 0.70 | 0 | 0.28 | 0.25 | 156.27 | 0.54 | 0.49 |
| Hex | 3A | C0 | 8B | 46 | 0 | 1C | 19 | 9C | 36 | 31 |
| Octal | 72 | 300 | 213 | 106 | 0 | 34 | 31 | 234 | 66 | 61 |
| Binary | 111010 | 11000000 | 10001011 | 1000110 | 0 | 11100 | 11001 | 10011100 | 110110 | 110001 |
Color Harmonies of #3AC08B
Complementary color
Monochromatic Colors of #3AC08B
Black with #3AC08B
Text Example
Text Example
White with #3AC08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC08B; }
p { color: rgb(58,192,139); }
H1.HeaderClassName
{
color: #3AC08B;
}
.AnyTagClassName
{
color: #3AC08B;
}
</style>
background-color css
<style>
a { background-color: #3AC08B; }
a { background-color: rgb(58,192,139); }
div.DivClassName
{
background-color: #3AC08B;
}
.BgClassName
{
background-color: #3AC08B;
}
</style>
border-color css
<style>
span { border-color: #3AC08B; }
span { border-color: rgb(58,192,139); }
td.TdClassName
{
border-color: #3AC08B;
}
.TagClassName
{
border-color: #3AC08B;
}
</style>