Shades of Shamrock #26C692
Tints of Shamrock #26C692
RGB
CMYK
RGB Variations
Color information
#26C692 (or 0x26C692) is known color: Shamrock. HEX triplet: 26, C6 and 92. RGB value is (38,198,146). Sum of RGB (Red+Green+Blue) = 38+198+146=382 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.95% from 382); Green value is 198 (77.73% from 255 or 51.83% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 198 - color contains mainly: green. Hex color #26C692 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26C692 is #D9396D. Grayscale: #909090. Windows color (decimal): -14236014 or 9618982. OLE color: 9618982.
HSL color Cylindrical-coordinate representation of color #26C692: hue angle of 160.5º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C692 is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 198 | 146 | - |
| CMYK | 0.81 | 0 | 0.26 | 0.22 |
| HSL | 160.5º | 0.68% | 0.46% | - |
| HSV(B) | 160.5º | 0.81% | 0.78% | - |
| XYZ | 26.18 | 42.88 | 34.09 | - |
| YUV | 144.23 | 128.99 | 52.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 198 | 146 | 0.81 | 0 | 0.26 | 0.22 | 160.5 | 0.68 | 0.46 |
| Hex | 26 | C6 | 92 | 51 | 0 | 1A | 16 | A0 | 44 | 2E |
| Octal | 46 | 306 | 222 | 121 | 0 | 32 | 26 | 240 | 104 | 56 |
| Binary | 100110 | 11000110 | 10010010 | 1010001 | 0 | 11010 | 10110 | 10100000 | 1000100 | 101110 |
Color Harmonies of #26C692
Complementary color
Monochromatic Colors of #26C692
Black with #26C692
Text Example
Text Example
White with #26C692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C692; }
p { color: rgb(38,198,146); }
H1.HeaderClassName
{
color: #26C692;
}
.AnyTagClassName
{
color: #26C692;
}
</style>
background-color css
<style>
a { background-color: #26C692; }
a { background-color: rgb(38,198,146); }
div.DivClassName
{
background-color: #26C692;
}
.BgClassName
{
background-color: #26C692;
}
</style>
border-color css
<style>
span { border-color: #26C692; }
span { border-color: rgb(38,198,146); }
td.TdClassName
{
border-color: #26C692;
}
.TagClassName
{
border-color: #26C692;
}
</style>