Shades of Shamrock #40D2AD
Tints of Shamrock #40D2AD
RGB
CMYK
RGB Variations
Color information
#40D2AD (or 0x40D2AD) is known color: Shamrock. HEX triplet: 40, D2 and AD. RGB value is (64,210,173). Sum of RGB (Red+Green+Blue) = 64+210+173=447 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.32% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 210 - color contains mainly: green. Hex color #40D2AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D2AD is #BF2D52. Grayscale: #A2A2A2. Windows color (decimal): -12528979 or 11391552. OLE color: 11391552.
HSL color Cylindrical-coordinate representation of color #40D2AD: hue angle of 164.79º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D2AD is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 210 | 173 | - |
| CMYK | 0.70 | 0 | 0.18 | 0.18 |
| HSL | 164.79º | 0.62% | 0.54% | - |
| HSV(B) | 164.79º | 0.7% | 0.82% | - |
| XYZ | 32.7 | 50.2 | 47.5 | - |
| YUV | 162.13 | 134.13 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 210 | 173 | 0.70 | 0 | 0.18 | 0.18 | 164.79 | 0.62 | 0.54 |
| Hex | 40 | D2 | AD | 46 | 0 | 12 | 12 | A5 | 3E | 36 |
| Octal | 100 | 322 | 255 | 106 | 0 | 22 | 22 | 245 | 76 | 66 |
| Binary | 1000000 | 11010010 | 10101101 | 1000110 | 0 | 10010 | 10010 | 10100101 | 111110 | 110110 |
Color Harmonies of #40D2AD
Complementary color
Monochromatic Colors of #40D2AD
Black with #40D2AD
Text Example
Text Example
White with #40D2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D2AD; }
p { color: rgb(64,210,173); }
H1.HeaderClassName
{
color: #40D2AD;
}
.AnyTagClassName
{
color: #40D2AD;
}
</style>
background-color css
<style>
a { background-color: #40D2AD; }
a { background-color: rgb(64,210,173); }
div.DivClassName
{
background-color: #40D2AD;
}
.BgClassName
{
background-color: #40D2AD;
}
</style>
border-color css
<style>
span { border-color: #40D2AD; }
span { border-color: rgb(64,210,173); }
td.TdClassName
{
border-color: #40D2AD;
}
.TagClassName
{
border-color: #40D2AD;
}
</style>