Shades of Shamrock #40BDA2
Tints of Shamrock #40BDA2
RGB
CMYK
RGB Variations
Color information
#40BDA2 (or 0x40BDA2) is known color: Shamrock. HEX triplet: 40, BD and A2. RGB value is (64,189,162). Sum of RGB (Red+Green+Blue) = 64+189+162=415 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.42% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #40BDA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BDA2 is #BF425D. Grayscale: #949494. Windows color (decimal): -12534366 or 10665280. OLE color: 10665280.
HSL color Cylindrical-coordinate representation of color #40BDA2: hue angle of 167.04º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BDA2 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 189 | 162 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.26 |
| HSL | 167.04º | 0.49% | 0.5% | - |
| HSV(B) | 167.04º | 0.66% | 0.74% | - |
| XYZ | 26.83 | 40.09 | 40.51 | - |
| YUV | 148.55 | 135.59 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 189 | 162 | 0.66 | 0 | 0.14 | 0.26 | 167.04 | 0.49 | 0.5 |
| Hex | 40 | BD | A2 | 42 | 0 | E | 1A | A7 | 31 | 32 |
| Octal | 100 | 275 | 242 | 102 | 0 | 16 | 32 | 247 | 61 | 62 |
| Binary | 1000000 | 10111101 | 10100010 | 1000010 | 0 | 1110 | 11010 | 10100111 | 110001 | 110010 |
Color Harmonies of #40BDA2
Complementary color
Monochromatic Colors of #40BDA2
Black with #40BDA2
Text Example
Text Example
White with #40BDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BDA2; }
p { color: rgb(64,189,162); }
H1.HeaderClassName
{
color: #40BDA2;
}
.AnyTagClassName
{
color: #40BDA2;
}
</style>
background-color css
<style>
a { background-color: #40BDA2; }
a { background-color: rgb(64,189,162); }
div.DivClassName
{
background-color: #40BDA2;
}
.BgClassName
{
background-color: #40BDA2;
}
</style>
border-color css
<style>
span { border-color: #40BDA2; }
span { border-color: rgb(64,189,162); }
td.TdClassName
{
border-color: #40BDA2;
}
.TagClassName
{
border-color: #40BDA2;
}
</style>