Shades of Shamrock #40CBAE
Tints of Shamrock #40CBAE
RGB
CMYK
RGB Variations
Color information
#40CBAE (or 0x40CBAE) is known color: Shamrock. HEX triplet: 40, CB and AE. RGB value is (64,203,174). Sum of RGB (Red+Green+Blue) = 64+203+174=441 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.51% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 203 - color contains mainly: green. Hex color #40CBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CBAE is #BF3451. Grayscale: #9E9E9E. Windows color (decimal): -12530770 or 11455296. OLE color: 11455296.
HSL color Cylindrical-coordinate representation of color #40CBAE: hue angle of 167.48º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40CBAE is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 203 | 174 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.20 |
| HSL | 167.48º | 0.57% | 0.52% | - |
| HSV(B) | 167.48º | 0.68% | 0.8% | - |
| XYZ | 31.11 | 46.86 | 47.45 | - |
| YUV | 158.13 | 136.95 | 60.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 203 | 174 | 0.68 | 0 | 0.14 | 0.20 | 167.48 | 0.57 | 0.52 |
| Hex | 40 | CB | AE | 44 | 0 | E | 14 | A7 | 39 | 34 |
| Octal | 100 | 313 | 256 | 104 | 0 | 16 | 24 | 247 | 71 | 64 |
| Binary | 1000000 | 11001011 | 10101110 | 1000100 | 0 | 1110 | 10100 | 10100111 | 111001 | 110100 |
Color Harmonies of #40CBAE
Complementary color
Monochromatic Colors of #40CBAE
Black with #40CBAE
Text Example
Text Example
White with #40CBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CBAE; }
p { color: rgb(64,203,174); }
H1.HeaderClassName
{
color: #40CBAE;
}
.AnyTagClassName
{
color: #40CBAE;
}
</style>
background-color css
<style>
a { background-color: #40CBAE; }
a { background-color: rgb(64,203,174); }
div.DivClassName
{
background-color: #40CBAE;
}
.BgClassName
{
background-color: #40CBAE;
}
</style>
border-color css
<style>
span { border-color: #40CBAE; }
span { border-color: rgb(64,203,174); }
td.TdClassName
{
border-color: #40CBAE;
}
.TagClassName
{
border-color: #40CBAE;
}
</style>