Shades of Shamrock #26D99B
Tints of Shamrock #26D99B
RGB
CMYK
RGB Variations
Color information
#26D99B (or 0x26D99B) is known color: Shamrock. HEX triplet: 26, D9 and 9B. RGB value is (38,217,155). Sum of RGB (Red+Green+Blue) = 38+217+155=410 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.27% from 410); Green value is 217 (85.16% from 255 or 52.93% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 217 - color contains mainly: green. Hex color #26D99B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26D99B is #D92664. Grayscale: #9C9C9C. Windows color (decimal): -14231141 or 10213670. OLE color: 10213670.
HSL color Cylindrical-coordinate representation of color #26D99B: hue angle of 159.22º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D99B is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 217 | 155 | - |
| CMYK | 0.82 | 0 | 0.29 | 0.15 |
| HSL | 159.22º | 0.7% | 0.5% | - |
| HSV(B) | 159.22º | 0.82% | 0.85% | - |
| XYZ | 31.53 | 52.4 | 39.46 | - |
| YUV | 156.41 | 127.2 | 43.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 217 | 155 | 0.82 | 0 | 0.29 | 0.15 | 159.22 | 0.7 | 0.5 |
| Hex | 26 | D9 | 9B | 52 | 0 | 1D | F | 9F | 46 | 32 |
| Octal | 46 | 331 | 233 | 122 | 0 | 35 | 17 | 237 | 106 | 62 |
| Binary | 100110 | 11011001 | 10011011 | 1010010 | 0 | 11101 | 1111 | 10011111 | 1000110 | 110010 |
Color Harmonies of #26D99B
Complementary color
Monochromatic Colors of #26D99B
Black with #26D99B
Text Example
Text Example
White with #26D99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D99B; }
p { color: rgb(38,217,155); }
H1.HeaderClassName
{
color: #26D99B;
}
.AnyTagClassName
{
color: #26D99B;
}
</style>
background-color css
<style>
a { background-color: #26D99B; }
a { background-color: rgb(38,217,155); }
div.DivClassName
{
background-color: #26D99B;
}
.BgClassName
{
background-color: #26D99B;
}
</style>
border-color css
<style>
span { border-color: #26D99B; }
span { border-color: rgb(38,217,155); }
td.TdClassName
{
border-color: #26D99B;
}
.TagClassName
{
border-color: #26D99B;
}
</style>