Shades of Shamrock #25DDAB
Tints of Shamrock #25DDAB
RGB
CMYK
RGB Variations
Color information
#25DDAB (or 0x25DDAB) is known color: Shamrock. HEX triplet: 25, DD and AB. RGB value is (37,221,171). Sum of RGB (Red+Green+Blue) = 37+221+171=429 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.62% from 429); Green value is 221 (86.72% from 255 or 51.52% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 221 - color contains mainly: green. Hex color #25DDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25DDAB is #DA2254. Grayscale: #A0A0A0. Windows color (decimal): -14295637 or 11263269. OLE color: 11263269.
HSL color Cylindrical-coordinate representation of color #25DDAB: hue angle of 163.7º 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 #25DDAB is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 221 | 171 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.13 |
| HSL | 163.7º | 0.73% | 0.51% | - |
| HSV(B) | 163.7º | 0.83% | 0.87% | - |
| XYZ | 33.97 | 55.05 | 47.36 | - |
| YUV | 160.28 | 134.04 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 221 | 171 | 0.83 | 0 | 0.23 | 0.13 | 163.7 | 0.73 | 0.51 |
| Hex | 25 | DD | AB | 53 | 0 | 17 | D | A4 | 49 | 33 |
| Octal | 45 | 335 | 253 | 123 | 0 | 27 | 15 | 244 | 111 | 63 |
| Binary | 100101 | 11011101 | 10101011 | 1010011 | 0 | 10111 | 1101 | 10100100 | 1001001 | 110011 |
Color Harmonies of #25DDAB
Complementary color
Monochromatic Colors of #25DDAB
Black with #25DDAB
Text Example
Text Example
White with #25DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DDAB; }
p { color: rgb(37,221,171); }
H1.HeaderClassName
{
color: #25DDAB;
}
.AnyTagClassName
{
color: #25DDAB;
}
</style>
background-color css
<style>
a { background-color: #25DDAB; }
a { background-color: rgb(37,221,171); }
div.DivClassName
{
background-color: #25DDAB;
}
.BgClassName
{
background-color: #25DDAB;
}
</style>
border-color css
<style>
span { border-color: #25DDAB; }
span { border-color: rgb(37,221,171); }
td.TdClassName
{
border-color: #25DDAB;
}
.TagClassName
{
border-color: #25DDAB;
}
</style>