Shades of Shamrock #26C68B
Tints of Shamrock #26C68B
RGB
CMYK
RGB Variations
Color information
#26C68B (or 0x26C68B) is known color: Shamrock. HEX triplet: 26, C6 and 8B. RGB value is (38,198,139). Sum of RGB (Red+Green+Blue) = 38+198+139=375 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.13% from 375); Green value is 198 (77.73% from 255 or 52.8% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 198 - color contains mainly: green. Hex color #26C68B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26C68B is #D93974. Grayscale: #8F8F8F. Windows color (decimal): -14236021 or 9160230. OLE color: 9160230.
HSL color Cylindrical-coordinate representation of color #26C68B: hue angle of 157.88º 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 #26C68B is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 198 | 139 | - |
| CMYK | 0.81 | 0 | 0.30 | 0.22 |
| HSL | 157.88º | 0.68% | 0.46% | - |
| HSV(B) | 157.88º | 0.81% | 0.78% | - |
| XYZ | 25.65 | 42.66 | 31.31 | - |
| YUV | 143.43 | 125.49 | 52.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 198 | 139 | 0.81 | 0 | 0.30 | 0.22 | 157.88 | 0.68 | 0.46 |
| Hex | 26 | C6 | 8B | 51 | 0 | 1E | 16 | 9E | 44 | 2E |
| Octal | 46 | 306 | 213 | 121 | 0 | 36 | 26 | 236 | 104 | 56 |
| Binary | 100110 | 11000110 | 10001011 | 1010001 | 0 | 11110 | 10110 | 10011110 | 1000100 | 101110 |
Color Harmonies of #26C68B
Complementary color
Monochromatic Colors of #26C68B
Black with #26C68B
Text Example
Text Example
White with #26C68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C68B; }
p { color: rgb(38,198,139); }
H1.HeaderClassName
{
color: #26C68B;
}
.AnyTagClassName
{
color: #26C68B;
}
</style>
background-color css
<style>
a { background-color: #26C68B; }
a { background-color: rgb(38,198,139); }
div.DivClassName
{
background-color: #26C68B;
}
.BgClassName
{
background-color: #26C68B;
}
</style>
border-color css
<style>
span { border-color: #26C68B; }
span { border-color: rgb(38,198,139); }
td.TdClassName
{
border-color: #26C68B;
}
.TagClassName
{
border-color: #26C68B;
}
</style>