Shades of Shamrock #40CAAA
Tints of Shamrock #40CAAA
RGB
CMYK
RGB Variations
Color information
#40CAAA (or 0x40CAAA) is known color: Shamrock. HEX triplet: 40, CA and AA. RGB value is (64,202,170). Sum of RGB (Red+Green+Blue) = 64+202+170=436 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.68% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #40CAAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CAAA is #BF3555. Grayscale: #9D9D9D. Windows color (decimal): -12531030 or 11192896. OLE color: 11192896.
HSL color Cylindrical-coordinate representation of color #40CAAA: hue angle of 166.09º 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 #40CAAA is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 202 | 170 | - |
| CMYK | 0.68 | 0 | 0.16 | 0.21 |
| HSL | 166.09º | 0.57% | 0.52% | - |
| HSV(B) | 166.09º | 0.68% | 0.79% | - |
| XYZ | 30.49 | 46.23 | 45.35 | - |
| YUV | 157.09 | 135.28 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 202 | 170 | 0.68 | 0 | 0.16 | 0.21 | 166.09 | 0.57 | 0.52 |
| Hex | 40 | CA | AA | 44 | 0 | 10 | 15 | A6 | 39 | 34 |
| Octal | 100 | 312 | 252 | 104 | 0 | 20 | 25 | 246 | 71 | 64 |
| Binary | 1000000 | 11001010 | 10101010 | 1000100 | 0 | 10000 | 10101 | 10100110 | 111001 | 110100 |
Color Harmonies of #40CAAA
Complementary color
Monochromatic Colors of #40CAAA
Black with #40CAAA
Text Example
Text Example
White with #40CAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CAAA; }
p { color: rgb(64,202,170); }
H1.HeaderClassName
{
color: #40CAAA;
}
.AnyTagClassName
{
color: #40CAAA;
}
</style>
background-color css
<style>
a { background-color: #40CAAA; }
a { background-color: rgb(64,202,170); }
div.DivClassName
{
background-color: #40CAAA;
}
.BgClassName
{
background-color: #40CAAA;
}
</style>
border-color css
<style>
span { border-color: #40CAAA; }
span { border-color: rgb(64,202,170); }
td.TdClassName
{
border-color: #40CAAA;
}
.TagClassName
{
border-color: #40CAAA;
}
</style>