Shades of Shamrock #3AC08F
Tints of Shamrock #3AC08F
RGB
CMYK
RGB Variations
Color information
#3AC08F (or 0x3AC08F) is known color: Shamrock. HEX triplet: 3A, C0 and 8F. RGB value is (58,192,143). Sum of RGB (Red+Green+Blue) = 58+192+143=393 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.76% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC08F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC08F is #C53F70. Grayscale: #929292. Windows color (decimal): -12926833 or 9420858. OLE color: 9420858.
HSL color Cylindrical-coordinate representation of color #3AC08F: hue angle of 158.06º 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 #3AC08F is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 143 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.25 |
| HSL | 158.06º | 0.54% | 0.49% | - |
| HSV(B) | 158.06º | 0.7% | 0.75% | - |
| XYZ | 25.55 | 40.58 | 32.47 | - |
| YUV | 146.35 | 126.11 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 143 | 0.70 | 0 | 0.26 | 0.25 | 158.06 | 0.54 | 0.49 |
| Hex | 3A | C0 | 8F | 46 | 0 | 1A | 19 | 9E | 36 | 31 |
| Octal | 72 | 300 | 217 | 106 | 0 | 32 | 31 | 236 | 66 | 61 |
| Binary | 111010 | 11000000 | 10001111 | 1000110 | 0 | 11010 | 11001 | 10011110 | 110110 | 110001 |
Color Harmonies of #3AC08F
Complementary color
Monochromatic Colors of #3AC08F
Black with #3AC08F
Text Example
Text Example
White with #3AC08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC08F; }
p { color: rgb(58,192,143); }
H1.HeaderClassName
{
color: #3AC08F;
}
.AnyTagClassName
{
color: #3AC08F;
}
</style>
background-color css
<style>
a { background-color: #3AC08F; }
a { background-color: rgb(58,192,143); }
div.DivClassName
{
background-color: #3AC08F;
}
.BgClassName
{
background-color: #3AC08F;
}
</style>
border-color css
<style>
span { border-color: #3AC08F; }
span { border-color: rgb(58,192,143); }
td.TdClassName
{
border-color: #3AC08F;
}
.TagClassName
{
border-color: #3AC08F;
}
</style>