Shades of Shamrock #40CAAB
Tints of Shamrock #40CAAB
RGB
CMYK
RGB Variations
Color information
#40CAAB (or 0x40CAAB) is known color: Shamrock. HEX triplet: 40, CA and AB. RGB value is (64,202,171). Sum of RGB (Red+Green+Blue) = 64+202+171=437 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.65% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #40CAAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CAAB is #BF3554. Grayscale: #9D9D9D. Windows color (decimal): -12531029 or 11258432. OLE color: 11258432.
HSL color Cylindrical-coordinate representation of color #40CAAB: hue angle of 166.52º 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 #40CAAB is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 202 | 171 | - |
| CMYK | 0.68 | 0 | 0.15 | 0.21 |
| HSL | 166.52º | 0.57% | 0.52% | - |
| HSV(B) | 166.52º | 0.68% | 0.79% | - |
| XYZ | 30.59 | 46.27 | 45.85 | - |
| YUV | 157.2 | 135.78 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 202 | 171 | 0.68 | 0 | 0.15 | 0.21 | 166.52 | 0.57 | 0.52 |
| Hex | 40 | CA | AB | 44 | 0 | F | 15 | A7 | 39 | 34 |
| Octal | 100 | 312 | 253 | 104 | 0 | 17 | 25 | 247 | 71 | 64 |
| Binary | 1000000 | 11001010 | 10101011 | 1000100 | 0 | 1111 | 10101 | 10100111 | 111001 | 110100 |
Color Harmonies of #40CAAB
Complementary color
Monochromatic Colors of #40CAAB
Black with #40CAAB
Text Example
Text Example
White with #40CAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CAAB; }
p { color: rgb(64,202,171); }
H1.HeaderClassName
{
color: #40CAAB;
}
.AnyTagClassName
{
color: #40CAAB;
}
</style>
background-color css
<style>
a { background-color: #40CAAB; }
a { background-color: rgb(64,202,171); }
div.DivClassName
{
background-color: #40CAAB;
}
.BgClassName
{
background-color: #40CAAB;
}
</style>
border-color css
<style>
span { border-color: #40CAAB; }
span { border-color: rgb(64,202,171); }
td.TdClassName
{
border-color: #40CAAB;
}
.TagClassName
{
border-color: #40CAAB;
}
</style>