Shades of Shamrock #40B699
Tints of Shamrock #40B699
RGB
CMYK
RGB Variations
Color information
#40B699 (or 0x40B699) is known color: Shamrock. HEX triplet: 40, B6 and 99. RGB value is (64,182,153). Sum of RGB (Red+Green+Blue) = 64+182+153=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 182 - color contains mainly: green. Hex color #40B699 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B699 is #BF4966. Grayscale: #8F8F8F. Windows color (decimal): -12536167 or 10073664. OLE color: 10073664.
HSL color Cylindrical-coordinate representation of color #40B699: hue angle of 165.25º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B699 is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 182 | 153 | - |
| CMYK | 0.65 | 0 | 0.16 | 0.29 |
| HSL | 165.25º | 0.48% | 0.48% | - |
| HSV(B) | 165.25º | 0.65% | 0.71% | - |
| XYZ | 24.59 | 36.85 | 35.95 | - |
| YUV | 143.41 | 133.41 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 182 | 153 | 0.65 | 0 | 0.16 | 0.29 | 165.25 | 0.48 | 0.48 |
| Hex | 40 | B6 | 99 | 41 | 0 | 10 | 1D | A5 | 30 | 30 |
| Octal | 100 | 266 | 231 | 101 | 0 | 20 | 35 | 245 | 60 | 60 |
| Binary | 1000000 | 10110110 | 10011001 | 1000001 | 0 | 10000 | 11101 | 10100101 | 110000 | 110000 |
Color Harmonies of #40B699
Complementary color
Monochromatic Colors of #40B699
Black with #40B699
Text Example
Text Example
White with #40B699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B699; }
p { color: rgb(64,182,153); }
H1.HeaderClassName
{
color: #40B699;
}
.AnyTagClassName
{
color: #40B699;
}
</style>
background-color css
<style>
a { background-color: #40B699; }
a { background-color: rgb(64,182,153); }
div.DivClassName
{
background-color: #40B699;
}
.BgClassName
{
background-color: #40B699;
}
</style>
border-color css
<style>
span { border-color: #40B699; }
span { border-color: rgb(64,182,153); }
td.TdClassName
{
border-color: #40B699;
}
.TagClassName
{
border-color: #40B699;
}
</style>