Shades of Shamrock #29BE9B
Tints of Shamrock #29BE9B
RGB
CMYK
RGB Variations
Color information
#29BE9B (or 0x29BE9B) is known color: Shamrock. HEX triplet: 29, BE and 9B. RGB value is (41,190,155). Sum of RGB (Red+Green+Blue) = 41+190+155=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 190 - color contains mainly: green. Hex color #29BE9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BE9B is #D64164. Grayscale: #8D8D8D. Windows color (decimal): -14041445 or 10206761. OLE color: 10206761.
HSL color Cylindrical-coordinate representation of color #29BE9B: hue angle of 165.91º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BE9B is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 190 | 155 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.25 |
| HSL | 165.91º | 0.65% | 0.45% | - |
| HSV(B) | 165.91º | 0.78% | 0.75% | - |
| XYZ | 25.24 | 39.66 | 37.34 | - |
| YUV | 141.46 | 135.64 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 190 | 155 | 0.78 | 0 | 0.18 | 0.25 | 165.91 | 0.65 | 0.45 |
| Hex | 29 | BE | 9B | 4E | 0 | 12 | 19 | A6 | 41 | 2D |
| Octal | 51 | 276 | 233 | 116 | 0 | 22 | 31 | 246 | 101 | 55 |
| Binary | 101001 | 10111110 | 10011011 | 1001110 | 0 | 10010 | 11001 | 10100110 | 1000001 | 101101 |
Color Harmonies of #29BE9B
Complementary color
Monochromatic Colors of #29BE9B
Black with #29BE9B
Text Example
Text Example
White with #29BE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BE9B; }
p { color: rgb(41,190,155); }
H1.HeaderClassName
{
color: #29BE9B;
}
.AnyTagClassName
{
color: #29BE9B;
}
</style>
background-color css
<style>
a { background-color: #29BE9B; }
a { background-color: rgb(41,190,155); }
div.DivClassName
{
background-color: #29BE9B;
}
.BgClassName
{
background-color: #29BE9B;
}
</style>
border-color css
<style>
span { border-color: #29BE9B; }
span { border-color: rgb(41,190,155); }
td.TdClassName
{
border-color: #29BE9B;
}
.TagClassName
{
border-color: #29BE9B;
}
</style>