Shades of Shamrock #26C29C
Tints of Shamrock #26C29C
RGB
CMYK
RGB Variations
Color information
#26C29C (or 0x26C29C) is known color: Shamrock. HEX triplet: 26, C2 and 9C. RGB value is (38,194,156). Sum of RGB (Red+Green+Blue) = 38+194+156=388 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.79% from 388); Green value is 194 (76.17% from 255 or 50% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 194 - color contains mainly: green. Hex color #26C29C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26C29C is #D93D63. Grayscale: #8F8F8F. Windows color (decimal): -14237028 or 10273318. OLE color: 10273318.
HSL color Cylindrical-coordinate representation of color #26C29C: hue angle of 165.38º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26C29C is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 194 | 156 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.24 |
| HSL | 165.38º | 0.67% | 0.45% | - |
| HSV(B) | 165.38º | 0.8% | 0.76% | - |
| XYZ | 26.09 | 41.4 | 38.07 | - |
| YUV | 143.02 | 135.32 | 53.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 194 | 156 | 0.80 | 0 | 0.20 | 0.24 | 165.38 | 0.67 | 0.45 |
| Hex | 26 | C2 | 9C | 50 | 0 | 14 | 18 | A5 | 43 | 2D |
| Octal | 46 | 302 | 234 | 120 | 0 | 24 | 30 | 245 | 103 | 55 |
| Binary | 100110 | 11000010 | 10011100 | 1010000 | 0 | 10100 | 11000 | 10100101 | 1000011 | 101101 |
Color Harmonies of #26C29C
Complementary color
Monochromatic Colors of #26C29C
Black with #26C29C
Text Example
Text Example
White with #26C29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C29C; }
p { color: rgb(38,194,156); }
H1.HeaderClassName
{
color: #26C29C;
}
.AnyTagClassName
{
color: #26C29C;
}
</style>
background-color css
<style>
a { background-color: #26C29C; }
a { background-color: rgb(38,194,156); }
div.DivClassName
{
background-color: #26C29C;
}
.BgClassName
{
background-color: #26C29C;
}
</style>
border-color css
<style>
span { border-color: #26C29C; }
span { border-color: rgb(38,194,156); }
td.TdClassName
{
border-color: #26C29C;
}
.TagClassName
{
border-color: #26C29C;
}
</style>