Shades of Shamrock #25D1AC
Tints of Shamrock #25D1AC
RGB
CMYK
RGB Variations
Color information
#25D1AC (or 0x25D1AC) is known color: Shamrock. HEX triplet: 25, D1 and AC. RGB value is (37,209,172). Sum of RGB (Red+Green+Blue) = 37+209+172=418 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.85% from 418); Green value is 209 (82.03% from 255 or 50% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 209 - color contains mainly: green. Hex color #25D1AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25D1AC is #DA2E53. Grayscale: #999999. Windows color (decimal): -14298708 or 11325733. OLE color: 11325733.
HSL color Cylindrical-coordinate representation of color #25D1AC: hue angle of 167.09º 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 #25D1AC is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 209 | 172 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.18 |
| HSL | 167.09º | 0.7% | 0.48% | - |
| HSV(B) | 167.09º | 0.82% | 0.82% | - |
| XYZ | 31.01 | 48.97 | 46.85 | - |
| YUV | 153.35 | 138.52 | 45.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 209 | 172 | 0.82 | 0 | 0.18 | 0.18 | 167.09 | 0.7 | 0.48 |
| Hex | 25 | D1 | AC | 52 | 0 | 12 | 12 | A7 | 46 | 30 |
| Octal | 45 | 321 | 254 | 122 | 0 | 22 | 22 | 247 | 106 | 60 |
| Binary | 100101 | 11010001 | 10101100 | 1010010 | 0 | 10010 | 10010 | 10100111 | 1000110 | 110000 |
Color Harmonies of #25D1AC
Complementary color
Monochromatic Colors of #25D1AC
Black with #25D1AC
Text Example
Text Example
White with #25D1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D1AC; }
p { color: rgb(37,209,172); }
H1.HeaderClassName
{
color: #25D1AC;
}
.AnyTagClassName
{
color: #25D1AC;
}
</style>
background-color css
<style>
a { background-color: #25D1AC; }
a { background-color: rgb(37,209,172); }
div.DivClassName
{
background-color: #25D1AC;
}
.BgClassName
{
background-color: #25D1AC;
}
</style>
border-color css
<style>
span { border-color: #25D1AC; }
span { border-color: rgb(37,209,172); }
td.TdClassName
{
border-color: #25D1AC;
}
.TagClassName
{
border-color: #25D1AC;
}
</style>