Shades of Shamrock #40CAAC
Tints of Shamrock #40CAAC
RGB
CMYK
RGB Variations
Color information
#40CAAC (or 0x40CAAC) is known color: Shamrock. HEX triplet: 40, CA and AC. RGB value is (64,202,172). Sum of RGB (Red+Green+Blue) = 64+202+172=438 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.61% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 202 - color contains mainly: green. Hex color #40CAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CAAC is #BF3553. Grayscale: #9D9D9D. Windows color (decimal): -12531028 or 11323968. OLE color: 11323968.
HSL color Cylindrical-coordinate representation of color #40CAAC: hue angle of 166.96º 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 #40CAAC is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 202 | 172 | - |
| CMYK | 0.68 | 0 | 0.15 | 0.21 |
| HSL | 166.96º | 0.57% | 0.52% | - |
| HSV(B) | 166.96º | 0.68% | 0.79% | - |
| XYZ | 30.68 | 46.31 | 46.35 | - |
| YUV | 157.32 | 136.28 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 202 | 172 | 0.68 | 0 | 0.15 | 0.21 | 166.96 | 0.57 | 0.52 |
| Hex | 40 | CA | AC | 44 | 0 | F | 15 | A7 | 39 | 34 |
| Octal | 100 | 312 | 254 | 104 | 0 | 17 | 25 | 247 | 71 | 64 |
| Binary | 1000000 | 11001010 | 10101100 | 1000100 | 0 | 1111 | 10101 | 10100111 | 111001 | 110100 |
Color Harmonies of #40CAAC
Complementary color
Monochromatic Colors of #40CAAC
Black with #40CAAC
Text Example
Text Example
White with #40CAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CAAC; }
p { color: rgb(64,202,172); }
H1.HeaderClassName
{
color: #40CAAC;
}
.AnyTagClassName
{
color: #40CAAC;
}
</style>
background-color css
<style>
a { background-color: #40CAAC; }
a { background-color: rgb(64,202,172); }
div.DivClassName
{
background-color: #40CAAC;
}
.BgClassName
{
background-color: #40CAAC;
}
</style>
border-color css
<style>
span { border-color: #40CAAC; }
span { border-color: rgb(64,202,172); }
td.TdClassName
{
border-color: #40CAAC;
}
.TagClassName
{
border-color: #40CAAC;
}
</style>