Shades of Shamrock #3ACDAC
Tints of Shamrock #3ACDAC
RGB
CMYK
RGB Variations
Color information
#3ACDAC (or 0x3ACDAC) is known color: Shamrock. HEX triplet: 3A, CD and AC. RGB value is (58,205,172). Sum of RGB (Red+Green+Blue) = 58+205+172=435 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.33% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACDAC is #C53253. Grayscale: #9D9D9D. Windows color (decimal): -12923476 or 11324730. OLE color: 11324730.
HSL color Cylindrical-coordinate representation of color #3ACDAC: hue angle of 166.53º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACDAC is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 205 | 172 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.20 |
| HSL | 166.53º | 0.6% | 0.52% | - |
| HSV(B) | 166.53º | 0.72% | 0.8% | - |
| XYZ | 31.02 | 47.54 | 46.57 | - |
| YUV | 157.29 | 136.3 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 172 | 0.72 | 0 | 0.16 | 0.20 | 166.53 | 0.6 | 0.52 |
| Hex | 3A | CD | AC | 48 | 0 | 10 | 14 | A7 | 3C | 34 |
| Octal | 72 | 315 | 254 | 110 | 0 | 20 | 24 | 247 | 74 | 64 |
| Binary | 111010 | 11001101 | 10101100 | 1001000 | 0 | 10000 | 10100 | 10100111 | 111100 | 110100 |
Color Harmonies of #3ACDAC
Complementary color
Monochromatic Colors of #3ACDAC
Black with #3ACDAC
Text Example
Text Example
White with #3ACDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACDAC; }
p { color: rgb(58,205,172); }
H1.HeaderClassName
{
color: #3ACDAC;
}
.AnyTagClassName
{
color: #3ACDAC;
}
</style>
background-color css
<style>
a { background-color: #3ACDAC; }
a { background-color: rgb(58,205,172); }
div.DivClassName
{
background-color: #3ACDAC;
}
.BgClassName
{
background-color: #3ACDAC;
}
</style>
border-color css
<style>
span { border-color: #3ACDAC; }
span { border-color: rgb(58,205,172); }
td.TdClassName
{
border-color: #3ACDAC;
}
.TagClassName
{
border-color: #3ACDAC;
}
</style>