Shades of Shamrock #25D2AD
Tints of Shamrock #25D2AD
RGB
CMYK
RGB Variations
Color information
#25D2AD (or 0x25D2AD) is known color: Shamrock. HEX triplet: 25, D2 and AD. RGB value is (37,210,173). Sum of RGB (Red+Green+Blue) = 37+210+173=420 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.81% from 420); Green value is 210 (82.42% from 255 or 50% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 210 - color contains mainly: green. Hex color #25D2AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25D2AD is #DA2D52. Grayscale: #9A9A9A. Windows color (decimal): -14298451 or 11391525. OLE color: 11391525.
HSL color Cylindrical-coordinate representation of color #25D2AD: hue angle of 167.17º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25D2AD is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 210 | 173 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.18 |
| HSL | 167.17º | 0.7% | 0.48% | - |
| HSV(B) | 167.17º | 0.82% | 0.82% | - |
| XYZ | 31.35 | 49.5 | 47.44 | - |
| YUV | 154.06 | 138.69 | 44.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 210 | 173 | 0.82 | 0 | 0.18 | 0.18 | 167.17 | 0.7 | 0.48 |
| Hex | 25 | D2 | AD | 52 | 0 | 12 | 12 | A7 | 46 | 30 |
| Octal | 45 | 322 | 255 | 122 | 0 | 22 | 22 | 247 | 106 | 60 |
| Binary | 100101 | 11010010 | 10101101 | 1010010 | 0 | 10010 | 10010 | 10100111 | 1000110 | 110000 |
Color Harmonies of #25D2AD
Complementary color
Monochromatic Colors of #25D2AD
Black with #25D2AD
Text Example
Text Example
White with #25D2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D2AD; }
p { color: rgb(37,210,173); }
H1.HeaderClassName
{
color: #25D2AD;
}
.AnyTagClassName
{
color: #25D2AD;
}
</style>
background-color css
<style>
a { background-color: #25D2AD; }
a { background-color: rgb(37,210,173); }
div.DivClassName
{
background-color: #25D2AD;
}
.BgClassName
{
background-color: #25D2AD;
}
</style>
border-color css
<style>
span { border-color: #25D2AD; }
span { border-color: rgb(37,210,173); }
td.TdClassName
{
border-color: #25D2AD;
}
.TagClassName
{
border-color: #25D2AD;
}
</style>