Shades of Shamrock #25EAAF
Tints of Shamrock #25EAAF
RGB
CMYK
RGB Variations
Color information
#25EAAF (or 0x25EAAF) is known color: Shamrock. HEX triplet: 25, EA and AF. RGB value is (37,234,175). Sum of RGB (Red+Green+Blue) = 37+234+175=446 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.30% from 446); Green value is 234 (91.80% from 255 or 52.47% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 234 - color contains mainly: green. Hex color #25EAAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #25EAAF is #DA1550. Grayscale: #A8A8A8. Windows color (decimal): -14292305 or 11528741. OLE color: 11528741.
HSL color Cylindrical-coordinate representation of color #25EAAF: hue angle of 162.03º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25EAAF is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 234 | 175 | - |
| CMYK | 0.84 | 0 | 0.25 | 0.08 |
| HSL | 162.03º | 0.82% | 0.53% | - |
| HSV(B) | 162.03º | 0.84% | 0.92% | - |
| XYZ | 37.92 | 62.33 | 50.59 | - |
| YUV | 168.37 | 131.73 | 34.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 234 | 175 | 0.84 | 0 | 0.25 | 0.08 | 162.03 | 0.82 | 0.53 |
| Hex | 25 | EA | AF | 54 | 0 | 19 | 8 | A2 | 52 | 35 |
| Octal | 45 | 352 | 257 | 124 | 0 | 31 | 10 | 242 | 122 | 65 |
| Binary | 100101 | 11101010 | 10101111 | 1010100 | 0 | 11001 | 1000 | 10100010 | 1010010 | 110101 |
Color Harmonies of #25EAAF
Complementary color
Monochromatic Colors of #25EAAF
Black with #25EAAF
Text Example
Text Example
White with #25EAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EAAF; }
p { color: rgb(37,234,175); }
H1.HeaderClassName
{
color: #25EAAF;
}
.AnyTagClassName
{
color: #25EAAF;
}
</style>
background-color css
<style>
a { background-color: #25EAAF; }
a { background-color: rgb(37,234,175); }
div.DivClassName
{
background-color: #25EAAF;
}
.BgClassName
{
background-color: #25EAAF;
}
</style>
border-color css
<style>
span { border-color: #25EAAF; }
span { border-color: rgb(37,234,175); }
td.TdClassName
{
border-color: #25EAAF;
}
.TagClassName
{
border-color: #25EAAF;
}
</style>