Shades of Shamrock #3AC99B
Tints of Shamrock #3AC99B
RGB
CMYK
RGB Variations
Color information
#3AC99B (or 0x3AC99B) is known color: Shamrock. HEX triplet: 3A, C9 and 9B. RGB value is (58,201,155). Sum of RGB (Red+Green+Blue) = 58+201+155=414 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.01% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 201 - color contains mainly: green. Hex color #3AC99B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC99B is #C53664. Grayscale: #999999. Windows color (decimal): -12924517 or 10209594. OLE color: 10209594.
HSL color Cylindrical-coordinate representation of color #3AC99B: hue angle of 160.7º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC99B is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 58 | 201 | 155 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.21 |
| HSL | 160.7º | 0.57% | 0.51% | - |
| HSV(B) | 160.7º | 0.71% | 0.79% | - |
| XYZ | 28.55 | 45.04 | 38.2 | - |
| YUV | 153 | 129.12 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 201 | 155 | 0.71 | 0 | 0.23 | 0.21 | 160.7 | 0.57 | 0.51 |
| Hex | 3A | C9 | 9B | 47 | 0 | 17 | 15 | A1 | 39 | 33 |
| Octal | 72 | 311 | 233 | 107 | 0 | 27 | 25 | 241 | 71 | 63 |
| Binary | 111010 | 11001001 | 10011011 | 1000111 | 0 | 10111 | 10101 | 10100001 | 111001 | 110011 |
Color Harmonies of #3AC99B
Complementary color
Monochromatic Colors of #3AC99B
Black with #3AC99B
Text Example
Text Example
White with #3AC99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC99B; }
p { color: rgb(58,201,155); }
H1.HeaderClassName
{
color: #3AC99B;
}
.AnyTagClassName
{
color: #3AC99B;
}
</style>
background-color css
<style>
a { background-color: #3AC99B; }
a { background-color: rgb(58,201,155); }
div.DivClassName
{
background-color: #3AC99B;
}
.BgClassName
{
background-color: #3AC99B;
}
</style>
border-color css
<style>
span { border-color: #3AC99B; }
span { border-color: rgb(58,201,155); }
td.TdClassName
{
border-color: #3AC99B;
}
.TagClassName
{
border-color: #3AC99B;
}
</style>