Shades of Shamrock #25D2AA
Tints of Shamrock #25D2AA
RGB
CMYK
RGB Variations
Color information
#25D2AA (or 0x25D2AA) is known color: Shamrock. HEX triplet: 25, D2 and AA. RGB value is (37,210,170). Sum of RGB (Red+Green+Blue) = 37+210+170=417 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.87% from 417); Green value is 210 (82.42% from 255 or 50.36% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 210 - color contains mainly: green. Hex color #25D2AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25D2AA is #DA2D55. Grayscale: #999999. Windows color (decimal): -14298454 or 11194917. OLE color: 11194917.
HSL color Cylindrical-coordinate representation of color #25D2AA: hue angle of 166.13º 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 #25D2AA is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 210 | 170 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.18 |
| HSL | 166.13º | 0.7% | 0.48% | - |
| HSV(B) | 166.13º | 0.82% | 0.82% | - |
| XYZ | 31.07 | 49.39 | 45.93 | - |
| YUV | 153.71 | 137.19 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 210 | 170 | 0.82 | 0 | 0.19 | 0.18 | 166.13 | 0.7 | 0.48 |
| Hex | 25 | D2 | AA | 52 | 0 | 13 | 12 | A6 | 46 | 30 |
| Octal | 45 | 322 | 252 | 122 | 0 | 23 | 22 | 246 | 106 | 60 |
| Binary | 100101 | 11010010 | 10101010 | 1010010 | 0 | 10011 | 10010 | 10100110 | 1000110 | 110000 |
Color Harmonies of #25D2AA
Complementary color
Monochromatic Colors of #25D2AA
Black with #25D2AA
Text Example
Text Example
White with #25D2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D2AA; }
p { color: rgb(37,210,170); }
H1.HeaderClassName
{
color: #25D2AA;
}
.AnyTagClassName
{
color: #25D2AA;
}
</style>
background-color css
<style>
a { background-color: #25D2AA; }
a { background-color: rgb(37,210,170); }
div.DivClassName
{
background-color: #25D2AA;
}
.BgClassName
{
background-color: #25D2AA;
}
</style>
border-color css
<style>
span { border-color: #25D2AA; }
span { border-color: rgb(37,210,170); }
td.TdClassName
{
border-color: #25D2AA;
}
.TagClassName
{
border-color: #25D2AA;
}
</style>