Shades of Shamrock #25D2AC
Tints of Shamrock #25D2AC
RGB
CMYK
RGB Variations
Color information
#25D2AC (or 0x25D2AC) is known color: Shamrock. HEX triplet: 25, D2 and AC. RGB value is (37,210,172). Sum of RGB (Red+Green+Blue) = 37+210+172=419 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.83% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #25D2AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25D2AC is #DA2D53. Grayscale: #999999. Windows color (decimal): -14298452 or 11325989. OLE color: 11325989.
HSL color Cylindrical-coordinate representation of color #25D2AC: hue angle of 166.82º 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 #25D2AC is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 210 | 172 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.18 |
| HSL | 166.82º | 0.7% | 0.48% | - |
| HSV(B) | 166.82º | 0.82% | 0.82% | - |
| XYZ | 31.26 | 49.47 | 46.93 | - |
| YUV | 153.94 | 138.19 | 44.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 210 | 172 | 0.82 | 0 | 0.18 | 0.18 | 166.82 | 0.7 | 0.48 |
| Hex | 25 | D2 | AC | 52 | 0 | 12 | 12 | A7 | 46 | 30 |
| Octal | 45 | 322 | 254 | 122 | 0 | 22 | 22 | 247 | 106 | 60 |
| Binary | 100101 | 11010010 | 10101100 | 1010010 | 0 | 10010 | 10010 | 10100111 | 1000110 | 110000 |
Color Harmonies of #25D2AC
Complementary color
Monochromatic Colors of #25D2AC
Black with #25D2AC
Text Example
Text Example
White with #25D2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D2AC; }
p { color: rgb(37,210,172); }
H1.HeaderClassName
{
color: #25D2AC;
}
.AnyTagClassName
{
color: #25D2AC;
}
</style>
background-color css
<style>
a { background-color: #25D2AC; }
a { background-color: rgb(37,210,172); }
div.DivClassName
{
background-color: #25D2AC;
}
.BgClassName
{
background-color: #25D2AC;
}
</style>
border-color css
<style>
span { border-color: #25D2AC; }
span { border-color: rgb(37,210,172); }
td.TdClassName
{
border-color: #25D2AC;
}
.TagClassName
{
border-color: #25D2AC;
}
</style>