Shades of Shamrock #40BDA4
Tints of Shamrock #40BDA4
RGB
CMYK
RGB Variations
Color information
#40BDA4 (or 0x40BDA4) is known color: Shamrock. HEX triplet: 40, BD and A4. RGB value is (64,189,164). Sum of RGB (Red+Green+Blue) = 64+189+164=417 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.35% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #40BDA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BDA4 is #BF425B. Grayscale: #949494. Windows color (decimal): -12534364 or 10796352. OLE color: 10796352.
HSL color Cylindrical-coordinate representation of color #40BDA4: hue angle of 168º 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 #40BDA4 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 189 | 164 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.26 |
| HSL | 168º | 0.49% | 0.5% | - |
| HSV(B) | 168º | 0.66% | 0.74% | - |
| XYZ | 27.01 | 40.17 | 41.45 | - |
| YUV | 148.78 | 136.59 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 189 | 164 | 0.66 | 0 | 0.13 | 0.26 | 168 | 0.49 | 0.5 |
| Hex | 40 | BD | A4 | 42 | 0 | D | 1A | A8 | 31 | 32 |
| Octal | 100 | 275 | 244 | 102 | 0 | 15 | 32 | 250 | 61 | 62 |
| Binary | 1000000 | 10111101 | 10100100 | 1000010 | 0 | 1101 | 11010 | 10101000 | 110001 | 110010 |
Color Harmonies of #40BDA4
Complementary color
Monochromatic Colors of #40BDA4
Black with #40BDA4
Text Example
Text Example
White with #40BDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BDA4; }
p { color: rgb(64,189,164); }
H1.HeaderClassName
{
color: #40BDA4;
}
.AnyTagClassName
{
color: #40BDA4;
}
</style>
background-color css
<style>
a { background-color: #40BDA4; }
a { background-color: rgb(64,189,164); }
div.DivClassName
{
background-color: #40BDA4;
}
.BgClassName
{
background-color: #40BDA4;
}
</style>
border-color css
<style>
span { border-color: #40BDA4; }
span { border-color: rgb(64,189,164); }
td.TdClassName
{
border-color: #40BDA4;
}
.TagClassName
{
border-color: #40BDA4;
}
</style>