Shades of Shamrock #25EAAA
Tints of Shamrock #25EAAA
RGB
CMYK
RGB Variations
Color information
#25EAAA (or 0x25EAAA) is known color: Shamrock. HEX triplet: 25, EA and AA. RGB value is (37,234,170). Sum of RGB (Red+Green+Blue) = 37+234+170=441 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.39% from 441); Green value is 234 (91.80% from 255 or 53.06% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 234 - color contains mainly: green. Hex color #25EAAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #25EAAA is #DA1555. Grayscale: #A7A7A7. Windows color (decimal): -14292310 or 11201061. OLE color: 11201061.
HSL color Cylindrical-coordinate representation of color #25EAAA: hue angle of 160.51º 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 #25EAAA is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 234 | 170 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.08 |
| HSL | 160.51º | 0.82% | 0.53% | - |
| HSV(B) | 160.51º | 0.84% | 0.92% | - |
| XYZ | 37.44 | 62.14 | 48.05 | - |
| YUV | 167.8 | 129.23 | 34.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 234 | 170 | 0.84 | 0 | 0.27 | 0.08 | 160.51 | 0.82 | 0.53 |
| Hex | 25 | EA | AA | 54 | 0 | 1B | 8 | A1 | 52 | 35 |
| Octal | 45 | 352 | 252 | 124 | 0 | 33 | 10 | 241 | 122 | 65 |
| Binary | 100101 | 11101010 | 10101010 | 1010100 | 0 | 11011 | 1000 | 10100001 | 1010010 | 110101 |
Color Harmonies of #25EAAA
Complementary color
Monochromatic Colors of #25EAAA
Black with #25EAAA
Text Example
Text Example
White with #25EAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EAAA; }
p { color: rgb(37,234,170); }
H1.HeaderClassName
{
color: #25EAAA;
}
.AnyTagClassName
{
color: #25EAAA;
}
</style>
background-color css
<style>
a { background-color: #25EAAA; }
a { background-color: rgb(37,234,170); }
div.DivClassName
{
background-color: #25EAAA;
}
.BgClassName
{
background-color: #25EAAA;
}
</style>
border-color css
<style>
span { border-color: #25EAAA; }
span { border-color: rgb(37,234,170); }
td.TdClassName
{
border-color: #25EAAA;
}
.TagClassName
{
border-color: #25EAAA;
}
</style>