Shades of Shamrock #40DAB1
Tints of Shamrock #40DAB1
RGB
CMYK
RGB Variations
Color information
#40DAB1 (or 0x40DAB1) is known color: Shamrock. HEX triplet: 40, DA and B1. RGB value is (64,218,177). Sum of RGB (Red+Green+Blue) = 64+218+177=459 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.94% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #40DAB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DAB1 is #BF254E. Grayscale: #A7A7A7. Windows color (decimal): -12526927 or 11655744. OLE color: 11655744.
HSL color Cylindrical-coordinate representation of color #40DAB1: hue angle of 164.03º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DAB1 is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 218 | 177 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.15 |
| HSL | 164.03º | 0.68% | 0.55% | - |
| HSV(B) | 164.03º | 0.71% | 0.85% | - |
| XYZ | 35.12 | 54.41 | 50.25 | - |
| YUV | 167.28 | 133.48 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 177 | 0.71 | 0 | 0.19 | 0.15 | 164.03 | 0.68 | 0.55 |
| Hex | 40 | DA | B1 | 47 | 0 | 13 | F | A4 | 44 | 37 |
| Octal | 100 | 332 | 261 | 107 | 0 | 23 | 17 | 244 | 104 | 67 |
| Binary | 1000000 | 11011010 | 10110001 | 1000111 | 0 | 10011 | 1111 | 10100100 | 1000100 | 110111 |
Color Harmonies of #40DAB1
Complementary color
Monochromatic Colors of #40DAB1
Black with #40DAB1
Text Example
Text Example
White with #40DAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DAB1; }
p { color: rgb(64,218,177); }
H1.HeaderClassName
{
color: #40DAB1;
}
.AnyTagClassName
{
color: #40DAB1;
}
</style>
background-color css
<style>
a { background-color: #40DAB1; }
a { background-color: rgb(64,218,177); }
div.DivClassName
{
background-color: #40DAB1;
}
.BgClassName
{
background-color: #40DAB1;
}
</style>
border-color css
<style>
span { border-color: #40DAB1; }
span { border-color: rgb(64,218,177); }
td.TdClassName
{
border-color: #40DAB1;
}
.TagClassName
{
border-color: #40DAB1;
}
</style>