Shades of Shamrock #26BD99
Tints of Shamrock #26BD99
RGB
CMYK
RGB Variations
Color information
#26BD99 (or 0x26BD99) is known color: Shamrock. HEX triplet: 26, BD and 99. RGB value is (38,189,153). Sum of RGB (Red+Green+Blue) = 38+189+153=380 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #26BD99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26BD99 is #D94266. Grayscale: #8B8B8B. Windows color (decimal): -14238311 or 10075430. OLE color: 10075430.
HSL color Cylindrical-coordinate representation of color #26BD99: hue angle of 165.7º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BD99 is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 189 | 153 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.26 |
| HSL | 165.7º | 0.67% | 0.45% | - |
| HSV(B) | 165.7º | 0.8% | 0.74% | - |
| XYZ | 24.75 | 39.11 | 36.38 | - |
| YUV | 139.75 | 135.47 | 55.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 189 | 153 | 0.80 | 0 | 0.19 | 0.26 | 165.7 | 0.67 | 0.45 |
| Hex | 26 | BD | 99 | 50 | 0 | 13 | 1A | A6 | 43 | 2D |
| Octal | 46 | 275 | 231 | 120 | 0 | 23 | 32 | 246 | 103 | 55 |
| Binary | 100110 | 10111101 | 10011001 | 1010000 | 0 | 10011 | 11010 | 10100110 | 1000011 | 101101 |
Color Harmonies of #26BD99
Complementary color
Monochromatic Colors of #26BD99
Black with #26BD99
Text Example
Text Example
White with #26BD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BD99; }
p { color: rgb(38,189,153); }
H1.HeaderClassName
{
color: #26BD99;
}
.AnyTagClassName
{
color: #26BD99;
}
</style>
background-color css
<style>
a { background-color: #26BD99; }
a { background-color: rgb(38,189,153); }
div.DivClassName
{
background-color: #26BD99;
}
.BgClassName
{
background-color: #26BD99;
}
</style>
border-color css
<style>
span { border-color: #26BD99; }
span { border-color: rgb(38,189,153); }
td.TdClassName
{
border-color: #26BD99;
}
.TagClassName
{
border-color: #26BD99;
}
</style>