Shades of Shamrock #3AC0AA
Tints of Shamrock #3AC0AA
RGB
CMYK
RGB Variations
Color information
#3AC0AA (or 0x3AC0AA) is known color: Shamrock. HEX triplet: 3A, C0 and AA. RGB value is (58,192,170). Sum of RGB (Red+Green+Blue) = 58+192+170=420 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.81% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC0AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC0AA is #C53F55. Grayscale: #959595. Windows color (decimal): -12926806 or 11190330. OLE color: 11190330.
HSL color Cylindrical-coordinate representation of color #3AC0AA: hue angle of 170.15º 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 #3AC0AA is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 170 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.25 |
| HSL | 170.15º | 0.54% | 0.49% | - |
| HSV(B) | 170.15º | 0.7% | 0.75% | - |
| XYZ | 27.85 | 41.5 | 44.57 | - |
| YUV | 149.43 | 139.61 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 170 | 0.70 | 0 | 0.11 | 0.25 | 170.15 | 0.54 | 0.49 |
| Hex | 3A | C0 | AA | 46 | 0 | B | 19 | AA | 36 | 31 |
| Octal | 72 | 300 | 252 | 106 | 0 | 13 | 31 | 252 | 66 | 61 |
| Binary | 111010 | 11000000 | 10101010 | 1000110 | 0 | 1011 | 11001 | 10101010 | 110110 | 110001 |
Color Harmonies of #3AC0AA
Complementary color
Monochromatic Colors of #3AC0AA
Black with #3AC0AA
Text Example
Text Example
White with #3AC0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC0AA; }
p { color: rgb(58,192,170); }
H1.HeaderClassName
{
color: #3AC0AA;
}
.AnyTagClassName
{
color: #3AC0AA;
}
</style>
background-color css
<style>
a { background-color: #3AC0AA; }
a { background-color: rgb(58,192,170); }
div.DivClassName
{
background-color: #3AC0AA;
}
.BgClassName
{
background-color: #3AC0AA;
}
</style>
border-color css
<style>
span { border-color: #3AC0AA; }
span { border-color: rgb(58,192,170); }
td.TdClassName
{
border-color: #3AC0AA;
}
.TagClassName
{
border-color: #3AC0AA;
}
</style>