Shades of Shamrock #26BC98
Tints of Shamrock #26BC98
RGB
CMYK
RGB Variations
Color information
#26BC98 (or 0x26BC98) is known color: Shamrock. HEX triplet: 26, BC and 98. RGB value is (38,188,152). Sum of RGB (Red+Green+Blue) = 38+188+152=378 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.05% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #26BC98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26BC98 is #D94367. Grayscale: #8B8B8B. Windows color (decimal): -14238568 or 10009638. OLE color: 10009638.
HSL color Cylindrical-coordinate representation of color #26BC98: hue angle of 165.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BC98 is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 188 | 152 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.26 |
| HSL | 165.6º | 0.66% | 0.44% | - |
| HSV(B) | 165.6º | 0.8% | 0.74% | - |
| XYZ | 24.45 | 38.65 | 35.88 | - |
| YUV | 139.05 | 135.31 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 188 | 152 | 0.80 | 0 | 0.19 | 0.26 | 165.6 | 0.66 | 0.44 |
| Hex | 26 | BC | 98 | 50 | 0 | 13 | 1A | A6 | 42 | 2C |
| Octal | 46 | 274 | 230 | 120 | 0 | 23 | 32 | 246 | 102 | 54 |
| Binary | 100110 | 10111100 | 10011000 | 1010000 | 0 | 10011 | 11010 | 10100110 | 1000010 | 101100 |
Color Harmonies of #26BC98
Complementary color
Monochromatic Colors of #26BC98
Black with #26BC98
Text Example
Text Example
White with #26BC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BC98; }
p { color: rgb(38,188,152); }
H1.HeaderClassName
{
color: #26BC98;
}
.AnyTagClassName
{
color: #26BC98;
}
</style>
background-color css
<style>
a { background-color: #26BC98; }
a { background-color: rgb(38,188,152); }
div.DivClassName
{
background-color: #26BC98;
}
.BgClassName
{
background-color: #26BC98;
}
</style>
border-color css
<style>
span { border-color: #26BC98; }
span { border-color: rgb(38,188,152); }
td.TdClassName
{
border-color: #26BC98;
}
.TagClassName
{
border-color: #26BC98;
}
</style>