Shades of Shamrock #40CDAC
Tints of Shamrock #40CDAC
RGB
CMYK
RGB Variations
Color information
#40CDAC (or 0x40CDAC) is known color: Shamrock. HEX triplet: 40, CD and AC. RGB value is (64,205,172). Sum of RGB (Red+Green+Blue) = 64+205+172=441 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.51% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #40CDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CDAC is #BF3253. Grayscale: #9F9F9F. Windows color (decimal): -12530260 or 11324736. OLE color: 11324736.
HSL color Cylindrical-coordinate representation of color #40CDAC: hue angle of 165.96º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CDAC is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 172 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.20 |
| HSL | 165.96º | 0.59% | 0.53% | - |
| HSV(B) | 165.96º | 0.69% | 0.8% | - |
| XYZ | 31.39 | 47.73 | 46.59 | - |
| YUV | 159.08 | 135.29 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 172 | 0.69 | 0 | 0.16 | 0.20 | 165.96 | 0.59 | 0.53 |
| Hex | 40 | CD | AC | 45 | 0 | 10 | 14 | A6 | 3B | 35 |
| Octal | 100 | 315 | 254 | 105 | 0 | 20 | 24 | 246 | 73 | 65 |
| Binary | 1000000 | 11001101 | 10101100 | 1000101 | 0 | 10000 | 10100 | 10100110 | 111011 | 110101 |
Color Harmonies of #40CDAC
Complementary color
Monochromatic Colors of #40CDAC
Black with #40CDAC
Text Example
Text Example
White with #40CDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CDAC; }
p { color: rgb(64,205,172); }
H1.HeaderClassName
{
color: #40CDAC;
}
.AnyTagClassName
{
color: #40CDAC;
}
</style>
background-color css
<style>
a { background-color: #40CDAC; }
a { background-color: rgb(64,205,172); }
div.DivClassName
{
background-color: #40CDAC;
}
.BgClassName
{
background-color: #40CDAC;
}
</style>
border-color css
<style>
span { border-color: #40CDAC; }
span { border-color: rgb(64,205,172); }
td.TdClassName
{
border-color: #40CDAC;
}
.TagClassName
{
border-color: #40CDAC;
}
</style>