Shades of Shamrock #25D0AC
Tints of Shamrock #25D0AC
RGB
CMYK
RGB Variations
Color information
#25D0AC (or 0x25D0AC) is known color: Shamrock. HEX triplet: 25, D0 and AC. RGB value is (37,208,172). Sum of RGB (Red+Green+Blue) = 37+208+172=417 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.87% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #25D0AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25D0AC is #DA2F53. Grayscale: #989898. Windows color (decimal): -14298964 or 11325477. OLE color: 11325477.
HSL color Cylindrical-coordinate representation of color #25D0AC: hue angle of 167.37º 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 #25D0AC is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 208 | 172 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.18 |
| HSL | 167.37º | 0.7% | 0.48% | - |
| HSV(B) | 167.37º | 0.82% | 0.82% | - |
| XYZ | 30.77 | 48.48 | 46.77 | - |
| YUV | 152.77 | 138.85 | 45.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 208 | 172 | 0.82 | 0 | 0.17 | 0.18 | 167.37 | 0.7 | 0.48 |
| Hex | 25 | D0 | AC | 52 | 0 | 11 | 12 | A7 | 46 | 30 |
| Octal | 45 | 320 | 254 | 122 | 0 | 21 | 22 | 247 | 106 | 60 |
| Binary | 100101 | 11010000 | 10101100 | 1010010 | 0 | 10001 | 10010 | 10100111 | 1000110 | 110000 |
Color Harmonies of #25D0AC
Complementary color
Monochromatic Colors of #25D0AC
Black with #25D0AC
Text Example
Text Example
White with #25D0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D0AC; }
p { color: rgb(37,208,172); }
H1.HeaderClassName
{
color: #25D0AC;
}
.AnyTagClassName
{
color: #25D0AC;
}
</style>
background-color css
<style>
a { background-color: #25D0AC; }
a { background-color: rgb(37,208,172); }
div.DivClassName
{
background-color: #25D0AC;
}
.BgClassName
{
background-color: #25D0AC;
}
</style>
border-color css
<style>
span { border-color: #25D0AC; }
span { border-color: rgb(37,208,172); }
td.TdClassName
{
border-color: #25D0AC;
}
.TagClassName
{
border-color: #25D0AC;
}
</style>