Shades of Shamrock #40CDAA
Tints of Shamrock #40CDAA
RGB
CMYK
RGB Variations
Color information
#40CDAA (or 0x40CDAA) is known color: Shamrock. HEX triplet: 40, CD and AA. RGB value is (64,205,170). Sum of RGB (Red+Green+Blue) = 64+205+170=439 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.58% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #40CDAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CDAA is #BF3255. Grayscale: #9E9E9E. Windows color (decimal): -12530262 or 11193664. OLE color: 11193664.
HSL color Cylindrical-coordinate representation of color #40CDAA: hue angle of 165.11º 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 #40CDAA is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 170 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.20 |
| HSL | 165.11º | 0.59% | 0.53% | - |
| HSV(B) | 165.11º | 0.69% | 0.8% | - |
| XYZ | 31.2 | 47.65 | 45.58 | - |
| YUV | 158.85 | 134.29 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 170 | 0.69 | 0 | 0.17 | 0.20 | 165.11 | 0.59 | 0.53 |
| Hex | 40 | CD | AA | 45 | 0 | 11 | 14 | A5 | 3B | 35 |
| Octal | 100 | 315 | 252 | 105 | 0 | 21 | 24 | 245 | 73 | 65 |
| Binary | 1000000 | 11001101 | 10101010 | 1000101 | 0 | 10001 | 10100 | 10100101 | 111011 | 110101 |
Color Harmonies of #40CDAA
Complementary color
Monochromatic Colors of #40CDAA
Black with #40CDAA
Text Example
Text Example
White with #40CDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CDAA; }
p { color: rgb(64,205,170); }
H1.HeaderClassName
{
color: #40CDAA;
}
.AnyTagClassName
{
color: #40CDAA;
}
</style>
background-color css
<style>
a { background-color: #40CDAA; }
a { background-color: rgb(64,205,170); }
div.DivClassName
{
background-color: #40CDAA;
}
.BgClassName
{
background-color: #40CDAA;
}
</style>
border-color css
<style>
span { border-color: #40CDAA; }
span { border-color: rgb(64,205,170); }
td.TdClassName
{
border-color: #40CDAA;
}
.TagClassName
{
border-color: #40CDAA;
}
</style>