Shades of Shamrock #25DDA2
Tints of Shamrock #25DDA2
RGB
CMYK
RGB Variations
Color information
#25DDA2 (or 0x25DDA2) is known color: Shamrock. HEX triplet: 25, DD and A2. RGB value is (37,221,162). Sum of RGB (Red+Green+Blue) = 37+221+162=420 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.81% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #25DDA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25DDA2 is #DA225D. Grayscale: #9F9F9F. Windows color (decimal): -14295646 or 10673445. OLE color: 10673445.
HSL color Cylindrical-coordinate representation of color #25DDA2: hue angle of 160.76º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DDA2 is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 221 | 162 | - |
| CMYK | 0.83 | 0 | 0.27 | 0.13 |
| HSL | 160.76º | 0.73% | 0.51% | - |
| HSV(B) | 160.76º | 0.83% | 0.87% | - |
| XYZ | 33.14 | 54.71 | 43 | - |
| YUV | 159.26 | 129.54 | 40.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 221 | 162 | 0.83 | 0 | 0.27 | 0.13 | 160.76 | 0.73 | 0.51 |
| Hex | 25 | DD | A2 | 53 | 0 | 1B | D | A1 | 49 | 33 |
| Octal | 45 | 335 | 242 | 123 | 0 | 33 | 15 | 241 | 111 | 63 |
| Binary | 100101 | 11011101 | 10100010 | 1010011 | 0 | 11011 | 1101 | 10100001 | 1001001 | 110011 |
Color Harmonies of #25DDA2
Complementary color
Monochromatic Colors of #25DDA2
Black with #25DDA2
Text Example
Text Example
White with #25DDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DDA2; }
p { color: rgb(37,221,162); }
H1.HeaderClassName
{
color: #25DDA2;
}
.AnyTagClassName
{
color: #25DDA2;
}
</style>
background-color css
<style>
a { background-color: #25DDA2; }
a { background-color: rgb(37,221,162); }
div.DivClassName
{
background-color: #25DDA2;
}
.BgClassName
{
background-color: #25DDA2;
}
</style>
border-color css
<style>
span { border-color: #25DDA2; }
span { border-color: rgb(37,221,162); }
td.TdClassName
{
border-color: #25DDA2;
}
.TagClassName
{
border-color: #25DDA2;
}
</style>