Shades of Shamrock #40CAB0
Tints of Shamrock #40CAB0
RGB
CMYK
RGB Variations
Color information
#40CAB0 (or 0x40CAB0) is known color: Shamrock. HEX triplet: 40, CA and B0. RGB value is (64,202,176). Sum of RGB (Red+Green+Blue) = 64+202+176=442 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.48% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 176 (69.14% from 255 or 39.82% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #40CAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CAB0 is #BF354F. Grayscale: #9D9D9D. Windows color (decimal): -12531024 or 11586112. OLE color: 11586112.
HSL color Cylindrical-coordinate representation of color #40CAB0: hue angle of 168.7º 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 #40CAB0 is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 202 | 176 | - |
| CMYK | 0.68 | 0 | 0.13 | 0.21 |
| HSL | 168.7º | 0.57% | 0.52% | - |
| HSV(B) | 168.7º | 0.68% | 0.79% | - |
| XYZ | 31.07 | 46.47 | 48.41 | - |
| YUV | 157.77 | 138.28 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 202 | 176 | 0.68 | 0 | 0.13 | 0.21 | 168.7 | 0.57 | 0.52 |
| Hex | 40 | CA | B0 | 44 | 0 | D | 15 | A9 | 39 | 34 |
| Octal | 100 | 312 | 260 | 104 | 0 | 15 | 25 | 251 | 71 | 64 |
| Binary | 1000000 | 11001010 | 10110000 | 1000100 | 0 | 1101 | 10101 | 10101001 | 111001 | 110100 |
Color Harmonies of #40CAB0
Complementary color
Monochromatic Colors of #40CAB0
Black with #40CAB0
Text Example
Text Example
White with #40CAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CAB0; }
p { color: rgb(64,202,176); }
H1.HeaderClassName
{
color: #40CAB0;
}
.AnyTagClassName
{
color: #40CAB0;
}
</style>
background-color css
<style>
a { background-color: #40CAB0; }
a { background-color: rgb(64,202,176); }
div.DivClassName
{
background-color: #40CAB0;
}
.BgClassName
{
background-color: #40CAB0;
}
</style>
border-color css
<style>
span { border-color: #40CAB0; }
span { border-color: rgb(64,202,176); }
td.TdClassName
{
border-color: #40CAB0;
}
.TagClassName
{
border-color: #40CAB0;
}
</style>