Shades of Shamrock #25DEA8
Tints of Shamrock #25DEA8
RGB
CMYK
RGB Variations
Color information
#25DEA8 (or 0x25DEA8) is known color: Shamrock. HEX triplet: 25, DE and A8. RGB value is (37,222,168). Sum of RGB (Red+Green+Blue) = 37+222+168=427 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.67% from 427); Green value is 222 (87.11% from 255 or 51.99% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 222 - color contains mainly: green. Hex color #25DEA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25DEA8 is #DA2157. Grayscale: #A0A0A0. Windows color (decimal): -14295384 or 11066917. OLE color: 11066917.
HSL color Cylindrical-coordinate representation of color #25DEA8: hue angle of 162.49º degrees, saturation: 0.74, 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 #25DEA8 is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 222 | 168 | - |
| CMYK | 0.83 | 0 | 0.24 | 0.13 |
| HSL | 162.49º | 0.74% | 0.51% | - |
| HSV(B) | 162.49º | 0.83% | 0.87% | - |
| XYZ | 33.95 | 55.46 | 45.96 | - |
| YUV | 160.53 | 132.21 | 39.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 222 | 168 | 0.83 | 0 | 0.24 | 0.13 | 162.49 | 0.74 | 0.51 |
| Hex | 25 | DE | A8 | 53 | 0 | 18 | D | A2 | 4A | 33 |
| Octal | 45 | 336 | 250 | 123 | 0 | 30 | 15 | 242 | 112 | 63 |
| Binary | 100101 | 11011110 | 10101000 | 1010011 | 0 | 11000 | 1101 | 10100010 | 1001010 | 110011 |
Color Harmonies of #25DEA8
Complementary color
Monochromatic Colors of #25DEA8
Black with #25DEA8
Text Example
Text Example
White with #25DEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DEA8; }
p { color: rgb(37,222,168); }
H1.HeaderClassName
{
color: #25DEA8;
}
.AnyTagClassName
{
color: #25DEA8;
}
</style>
background-color css
<style>
a { background-color: #25DEA8; }
a { background-color: rgb(37,222,168); }
div.DivClassName
{
background-color: #25DEA8;
}
.BgClassName
{
background-color: #25DEA8;
}
</style>
border-color css
<style>
span { border-color: #25DEA8; }
span { border-color: rgb(37,222,168); }
td.TdClassName
{
border-color: #25DEA8;
}
.TagClassName
{
border-color: #25DEA8;
}
</style>