Shades of Shamrock #26BC9B
Tints of Shamrock #26BC9B
RGB
CMYK
RGB Variations
Color information
#26BC9B (or 0x26BC9B) is known color: Shamrock. HEX triplet: 26, BC and 9B. RGB value is (38,188,155). Sum of RGB (Red+Green+Blue) = 38+188+155=381 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.97% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #26BC9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26BC9B is #D94364. Grayscale: #8B8B8B. Windows color (decimal): -14238565 or 10206246. OLE color: 10206246.
HSL color Cylindrical-coordinate representation of color #26BC9B: hue angle of 166.8º 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 #26BC9B is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 188 | 155 | - |
| CMYK | 0.80 | 0 | 0.18 | 0.26 |
| HSL | 166.8º | 0.66% | 0.44% | - |
| HSV(B) | 166.8º | 0.8% | 0.74% | - |
| XYZ | 24.7 | 38.75 | 37.19 | - |
| YUV | 139.39 | 136.81 | 55.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 188 | 155 | 0.80 | 0 | 0.18 | 0.26 | 166.8 | 0.66 | 0.44 |
| Hex | 26 | BC | 9B | 50 | 0 | 12 | 1A | A7 | 42 | 2C |
| Octal | 46 | 274 | 233 | 120 | 0 | 22 | 32 | 247 | 102 | 54 |
| Binary | 100110 | 10111100 | 10011011 | 1010000 | 0 | 10010 | 11010 | 10100111 | 1000010 | 101100 |
Color Harmonies of #26BC9B
Complementary color
Monochromatic Colors of #26BC9B
Black with #26BC9B
Text Example
Text Example
White with #26BC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BC9B; }
p { color: rgb(38,188,155); }
H1.HeaderClassName
{
color: #26BC9B;
}
.AnyTagClassName
{
color: #26BC9B;
}
</style>
background-color css
<style>
a { background-color: #26BC9B; }
a { background-color: rgb(38,188,155); }
div.DivClassName
{
background-color: #26BC9B;
}
.BgClassName
{
background-color: #26BC9B;
}
</style>
border-color css
<style>
span { border-color: #26BC9B; }
span { border-color: rgb(38,188,155); }
td.TdClassName
{
border-color: #26BC9B;
}
.TagClassName
{
border-color: #26BC9B;
}
</style>