Shades of Shamrock #3ACCAC
Tints of Shamrock #3ACCAC
RGB
CMYK
RGB Variations
Color information
#3ACCAC (or 0x3ACCAC) is known color: Shamrock. HEX triplet: 3A, CC and AC. RGB value is (58,204,172). Sum of RGB (Red+Green+Blue) = 58+204+172=434 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.36% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACCAC is #C53353. Grayscale: #9C9C9C. Windows color (decimal): -12923732 or 11324474. OLE color: 11324474.
HSL color Cylindrical-coordinate representation of color #3ACCAC: hue angle of 166.85º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACCAC is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 204 | 172 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.2 |
| HSL | 166.85º | 0.59% | 0.51% | - |
| HSV(B) | 166.85º | 0.72% | 0.8% | - |
| XYZ | 30.78 | 47.06 | 46.49 | - |
| YUV | 156.7 | 136.63 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 204 | 172 | 0.72 | 0 | 0.16 | 0.2 | 166.85 | 0.59 | 0.51 |
| Hex | 3A | CC | AC | 48 | 0 | 10 | 14 | A7 | 3B | 33 |
| Octal | 72 | 314 | 254 | 110 | 0 | 20 | 24 | 247 | 73 | 63 |
| Binary | 111010 | 11001100 | 10101100 | 1001000 | 0 | 10000 | 10100 | 10100111 | 111011 | 110011 |
Color Harmonies of #3ACCAC
Complementary color
Monochromatic Colors of #3ACCAC
Black with #3ACCAC
Text Example
Text Example
White with #3ACCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACCAC; }
p { color: rgb(58,204,172); }
H1.HeaderClassName
{
color: #3ACCAC;
}
.AnyTagClassName
{
color: #3ACCAC;
}
</style>
background-color css
<style>
a { background-color: #3ACCAC; }
a { background-color: rgb(58,204,172); }
div.DivClassName
{
background-color: #3ACCAC;
}
.BgClassName
{
background-color: #3ACCAC;
}
</style>
border-color css
<style>
span { border-color: #3ACCAC; }
span { border-color: rgb(58,204,172); }
td.TdClassName
{
border-color: #3ACCAC;
}
.TagClassName
{
border-color: #3ACCAC;
}
</style>