Shades of Shamrock #25BC99
Tints of Shamrock #25BC99
RGB
CMYK
RGB Variations
Color information
#25BC99 (or 0x25BC99) is known color: Shamrock. HEX triplet: 25, BC and 99. RGB value is (37,188,153). Sum of RGB (Red+Green+Blue) = 37+188+153=378 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.79% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BC99 is #DA4366. Grayscale: #8A8A8A. Windows color (decimal): -14304103 or 10075173. OLE color: 10075173.
HSL color Cylindrical-coordinate representation of color #25BC99: hue angle of 166.09º degrees, saturation: 0.67, 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 #25BC99 is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 188 | 153 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.26 |
| HSL | 166.09º | 0.67% | 0.44% | - |
| HSV(B) | 166.09º | 0.8% | 0.74% | - |
| XYZ | 24.5 | 38.66 | 36.31 | - |
| YUV | 138.86 | 135.97 | 55.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 188 | 153 | 0.80 | 0 | 0.19 | 0.26 | 166.09 | 0.67 | 0.44 |
| Hex | 25 | BC | 99 | 50 | 0 | 13 | 1A | A6 | 43 | 2C |
| Octal | 45 | 274 | 231 | 120 | 0 | 23 | 32 | 246 | 103 | 54 |
| Binary | 100101 | 10111100 | 10011001 | 1010000 | 0 | 10011 | 11010 | 10100110 | 1000011 | 101100 |
Color Harmonies of #25BC99
Complementary color
Monochromatic Colors of #25BC99
Black with #25BC99
Text Example
Text Example
White with #25BC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BC99; }
p { color: rgb(37,188,153); }
H1.HeaderClassName
{
color: #25BC99;
}
.AnyTagClassName
{
color: #25BC99;
}
</style>
background-color css
<style>
a { background-color: #25BC99; }
a { background-color: rgb(37,188,153); }
div.DivClassName
{
background-color: #25BC99;
}
.BgClassName
{
background-color: #25BC99;
}
</style>
border-color css
<style>
span { border-color: #25BC99; }
span { border-color: rgb(37,188,153); }
td.TdClassName
{
border-color: #25BC99;
}
.TagClassName
{
border-color: #25BC99;
}
</style>