Shades of Shamrock #40CBB1
Tints of Shamrock #40CBB1
RGB
CMYK
RGB Variations
Color information
#40CBB1 (or 0x40CBB1) is known color: Shamrock. HEX triplet: 40, CB and B1. RGB value is (64,203,177). Sum of RGB (Red+Green+Blue) = 64+203+177=444 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.41% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 203 - color contains mainly: green. Hex color #40CBB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CBB1 is #BF344E. Grayscale: #9E9E9E. Windows color (decimal): -12530767 or 11651904. OLE color: 11651904.
HSL color Cylindrical-coordinate representation of color #40CBB1: hue angle of 168.78º 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 #40CBB1 is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 203 | 177 | - |
| CMYK | 0.68 | 0 | 0.13 | 0.20 |
| HSL | 168.78º | 0.57% | 0.52% | - |
| HSV(B) | 168.78º | 0.68% | 0.8% | - |
| XYZ | 31.41 | 46.98 | 49.01 | - |
| YUV | 158.48 | 138.45 | 60.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 203 | 177 | 0.68 | 0 | 0.13 | 0.20 | 168.78 | 0.57 | 0.52 |
| Hex | 40 | CB | B1 | 44 | 0 | D | 14 | A9 | 39 | 34 |
| Octal | 100 | 313 | 261 | 104 | 0 | 15 | 24 | 251 | 71 | 64 |
| Binary | 1000000 | 11001011 | 10110001 | 1000100 | 0 | 1101 | 10100 | 10101001 | 111001 | 110100 |
Color Harmonies of #40CBB1
Complementary color
Monochromatic Colors of #40CBB1
Black with #40CBB1
Text Example
Text Example
White with #40CBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CBB1; }
p { color: rgb(64,203,177); }
H1.HeaderClassName
{
color: #40CBB1;
}
.AnyTagClassName
{
color: #40CBB1;
}
</style>
background-color css
<style>
a { background-color: #40CBB1; }
a { background-color: rgb(64,203,177); }
div.DivClassName
{
background-color: #40CBB1;
}
.BgClassName
{
background-color: #40CBB1;
}
</style>
border-color css
<style>
span { border-color: #40CBB1; }
span { border-color: rgb(64,203,177); }
td.TdClassName
{
border-color: #40CBB1;
}
.TagClassName
{
border-color: #40CBB1;
}
</style>