Shades of Shamrock #3AC0AC
Tints of Shamrock #3AC0AC
RGB
CMYK
RGB Variations
Color information
#3AC0AC (or 0x3AC0AC) is known color: Shamrock. HEX triplet: 3A, C0 and AC. RGB value is (58,192,172). Sum of RGB (Red+Green+Blue) = 58+192+172=422 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.74% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC0AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC0AC is #C53F53. Grayscale: #959595. Windows color (decimal): -12926804 or 11321402. OLE color: 11321402.
HSL color Cylindrical-coordinate representation of color #3AC0AC: hue angle of 171.04º 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 #3AC0AC is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 172 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.25 |
| HSL | 171.04º | 0.54% | 0.49% | - |
| HSV(B) | 171.04º | 0.7% | 0.75% | - |
| XYZ | 28.04 | 41.58 | 45.58 | - |
| YUV | 149.65 | 140.61 | 62.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 172 | 0.70 | 0 | 0.10 | 0.25 | 171.04 | 0.54 | 0.49 |
| Hex | 3A | C0 | AC | 46 | 0 | A | 19 | AB | 36 | 31 |
| Octal | 72 | 300 | 254 | 106 | 0 | 12 | 31 | 253 | 66 | 61 |
| Binary | 111010 | 11000000 | 10101100 | 1000110 | 0 | 1010 | 11001 | 10101011 | 110110 | 110001 |
Color Harmonies of #3AC0AC
Complementary color
Monochromatic Colors of #3AC0AC
Black with #3AC0AC
Text Example
Text Example
White with #3AC0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC0AC; }
p { color: rgb(58,192,172); }
H1.HeaderClassName
{
color: #3AC0AC;
}
.AnyTagClassName
{
color: #3AC0AC;
}
</style>
background-color css
<style>
a { background-color: #3AC0AC; }
a { background-color: rgb(58,192,172); }
div.DivClassName
{
background-color: #3AC0AC;
}
.BgClassName
{
background-color: #3AC0AC;
}
</style>
border-color css
<style>
span { border-color: #3AC0AC; }
span { border-color: rgb(58,192,172); }
td.TdClassName
{
border-color: #3AC0AC;
}
.TagClassName
{
border-color: #3AC0AC;
}
</style>