Shades of Shamrock #40BE9C
Tints of Shamrock #40BE9C
RGB
CMYK
RGB Variations
Color information
#40BE9C (or 0x40BE9C) is known color: Shamrock. HEX triplet: 40, BE and 9C. RGB value is (64,190,156). Sum of RGB (Red+Green+Blue) = 64+190+156=410 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.61% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BE9C is #BF4163. Grayscale: #949494. Windows color (decimal): -12534116 or 10272320. OLE color: 10272320.
HSL color Cylindrical-coordinate representation of color #40BE9C: hue angle of 163.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BE9C is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 190 | 156 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.25 |
| HSL | 163.81º | 0.5% | 0.5% | - |
| HSV(B) | 163.81º | 0.66% | 0.75% | - |
| XYZ | 26.53 | 40.32 | 37.84 | - |
| YUV | 148.45 | 132.26 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 156 | 0.66 | 0 | 0.18 | 0.25 | 163.81 | 0.5 | 0.5 |
| Hex | 40 | BE | 9C | 42 | 0 | 12 | 19 | A4 | 32 | 32 |
| Octal | 100 | 276 | 234 | 102 | 0 | 22 | 31 | 244 | 62 | 62 |
| Binary | 1000000 | 10111110 | 10011100 | 1000010 | 0 | 10010 | 11001 | 10100100 | 110010 | 110010 |
Color Harmonies of #40BE9C
Complementary color
Monochromatic Colors of #40BE9C
Black with #40BE9C
Text Example
Text Example
White with #40BE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BE9C; }
p { color: rgb(64,190,156); }
H1.HeaderClassName
{
color: #40BE9C;
}
.AnyTagClassName
{
color: #40BE9C;
}
</style>
background-color css
<style>
a { background-color: #40BE9C; }
a { background-color: rgb(64,190,156); }
div.DivClassName
{
background-color: #40BE9C;
}
.BgClassName
{
background-color: #40BE9C;
}
</style>
border-color css
<style>
span { border-color: #40BE9C; }
span { border-color: rgb(64,190,156); }
td.TdClassName
{
border-color: #40BE9C;
}
.TagClassName
{
border-color: #40BE9C;
}
</style>