Shades of Shamrock #40CCAD
Tints of Shamrock #40CCAD
RGB
CMYK
RGB Variations
Color information
#40CCAD (or 0x40CCAD) is known color: Shamrock. HEX triplet: 40, CC and AD. RGB value is (64,204,173). Sum of RGB (Red+Green+Blue) = 64+204+173=441 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.51% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #40CCAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CCAD is #BF3352. Grayscale: #9E9E9E. Windows color (decimal): -12530515 or 11390016. OLE color: 11390016.
HSL color Cylindrical-coordinate representation of color #40CCAD: hue angle of 166.71º degrees, saturation: 0.58, 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 #40CCAD is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 204 | 173 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.2 |
| HSL | 166.71º | 0.58% | 0.53% | - |
| HSV(B) | 166.71º | 0.69% | 0.8% | - |
| XYZ | 31.25 | 47.29 | 47.02 | - |
| YUV | 158.61 | 136.12 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 204 | 173 | 0.69 | 0 | 0.15 | 0.2 | 166.71 | 0.58 | 0.53 |
| Hex | 40 | CC | AD | 45 | 0 | F | 14 | A7 | 3A | 35 |
| Octal | 100 | 314 | 255 | 105 | 0 | 17 | 24 | 247 | 72 | 65 |
| Binary | 1000000 | 11001100 | 10101101 | 1000101 | 0 | 1111 | 10100 | 10100111 | 111010 | 110101 |
Color Harmonies of #40CCAD
Complementary color
Monochromatic Colors of #40CCAD
Black with #40CCAD
Text Example
Text Example
White with #40CCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CCAD; }
p { color: rgb(64,204,173); }
H1.HeaderClassName
{
color: #40CCAD;
}
.AnyTagClassName
{
color: #40CCAD;
}
</style>
background-color css
<style>
a { background-color: #40CCAD; }
a { background-color: rgb(64,204,173); }
div.DivClassName
{
background-color: #40CCAD;
}
.BgClassName
{
background-color: #40CCAD;
}
</style>
border-color css
<style>
span { border-color: #40CCAD; }
span { border-color: rgb(64,204,173); }
td.TdClassName
{
border-color: #40CCAD;
}
.TagClassName
{
border-color: #40CCAD;
}
</style>