Shades of Shamrock #40CAAF
Tints of Shamrock #40CAAF
RGB
CMYK
RGB Variations
Color information
#40CAAF (or 0x40CAAF) is known color: Shamrock. HEX triplet: 40, CA and AF. RGB value is (64,202,175). Sum of RGB (Red+Green+Blue) = 64+202+175=441 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.51% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 202 - color contains mainly: green. Hex color #40CAAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CAAF is #BF3550. Grayscale: #9D9D9D. Windows color (decimal): -12531025 or 11520576. OLE color: 11520576.
HSL color Cylindrical-coordinate representation of color #40CAAF: hue angle of 168.26º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40CAAF is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 202 | 175 | - |
| CMYK | 0.68 | 0 | 0.13 | 0.21 |
| HSL | 168.26º | 0.57% | 0.52% | - |
| HSV(B) | 168.26º | 0.68% | 0.79% | - |
| XYZ | 30.97 | 46.43 | 47.89 | - |
| YUV | 157.66 | 137.78 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 202 | 175 | 0.68 | 0 | 0.13 | 0.21 | 168.26 | 0.57 | 0.52 |
| Hex | 40 | CA | AF | 44 | 0 | D | 15 | A8 | 39 | 34 |
| Octal | 100 | 312 | 257 | 104 | 0 | 15 | 25 | 250 | 71 | 64 |
| Binary | 1000000 | 11001010 | 10101111 | 1000100 | 0 | 1101 | 10101 | 10101000 | 111001 | 110100 |
Color Harmonies of #40CAAF
Complementary color
Monochromatic Colors of #40CAAF
Black with #40CAAF
Text Example
Text Example
White with #40CAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CAAF; }
p { color: rgb(64,202,175); }
H1.HeaderClassName
{
color: #40CAAF;
}
.AnyTagClassName
{
color: #40CAAF;
}
</style>
background-color css
<style>
a { background-color: #40CAAF; }
a { background-color: rgb(64,202,175); }
div.DivClassName
{
background-color: #40CAAF;
}
.BgClassName
{
background-color: #40CAAF;
}
</style>
border-color css
<style>
span { border-color: #40CAAF; }
span { border-color: rgb(64,202,175); }
td.TdClassName
{
border-color: #40CAAF;
}
.TagClassName
{
border-color: #40CAAF;
}
</style>