Shades of Shamrock #40BDA1
Tints of Shamrock #40BDA1
RGB
CMYK
RGB Variations
Color information
#40BDA1 (or 0x40BDA1) is known color: Shamrock. HEX triplet: 40, BD and A1. RGB value is (64,189,161). Sum of RGB (Red+Green+Blue) = 64+189+161=414 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.46% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 189 - color contains mainly: green. Hex color #40BDA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BDA1 is #BF425E. Grayscale: #949494. Windows color (decimal): -12534367 or 10599744. OLE color: 10599744.
HSL color Cylindrical-coordinate representation of color #40BDA1: hue angle of 166.56º 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 #40BDA1 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 189 | 161 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.26 |
| HSL | 166.56º | 0.49% | 0.5% | - |
| HSV(B) | 166.56º | 0.66% | 0.74% | - |
| XYZ | 26.74 | 40.06 | 40.04 | - |
| YUV | 148.43 | 135.09 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 189 | 161 | 0.66 | 0 | 0.15 | 0.26 | 166.56 | 0.49 | 0.5 |
| Hex | 40 | BD | A1 | 42 | 0 | F | 1A | A7 | 31 | 32 |
| Octal | 100 | 275 | 241 | 102 | 0 | 17 | 32 | 247 | 61 | 62 |
| Binary | 1000000 | 10111101 | 10100001 | 1000010 | 0 | 1111 | 11010 | 10100111 | 110001 | 110010 |
Color Harmonies of #40BDA1
Complementary color
Monochromatic Colors of #40BDA1
Black with #40BDA1
Text Example
Text Example
White with #40BDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BDA1; }
p { color: rgb(64,189,161); }
H1.HeaderClassName
{
color: #40BDA1;
}
.AnyTagClassName
{
color: #40BDA1;
}
</style>
background-color css
<style>
a { background-color: #40BDA1; }
a { background-color: rgb(64,189,161); }
div.DivClassName
{
background-color: #40BDA1;
}
.BgClassName
{
background-color: #40BDA1;
}
</style>
border-color css
<style>
span { border-color: #40BDA1; }
span { border-color: rgb(64,189,161); }
td.TdClassName
{
border-color: #40BDA1;
}
.TagClassName
{
border-color: #40BDA1;
}
</style>