Shades of Shamrock #25DBAC
Tints of Shamrock #25DBAC
RGB
CMYK
RGB Variations
Color information
#25DBAC (or 0x25DBAC) is known color: Shamrock. HEX triplet: 25, DB and AC. RGB value is (37,219,172). Sum of RGB (Red+Green+Blue) = 37+219+172=428 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.64% from 428); Green value is 219 (85.94% from 255 or 51.17% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 219 - color contains mainly: green. Hex color #25DBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25DBAC is #DA2453. Grayscale: #9F9F9F. Windows color (decimal): -14296148 or 11328293. OLE color: 11328293.
HSL color Cylindrical-coordinate representation of color #25DBAC: hue angle of 164.51º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DBAC is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 219 | 172 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.14 |
| HSL | 164.51º | 0.72% | 0.5% | - |
| HSV(B) | 164.51º | 0.83% | 0.86% | - |
| XYZ | 33.54 | 54.03 | 47.69 | - |
| YUV | 159.22 | 135.2 | 40.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 219 | 172 | 0.83 | 0 | 0.21 | 0.14 | 164.51 | 0.72 | 0.5 |
| Hex | 25 | DB | AC | 53 | 0 | 15 | E | A5 | 48 | 32 |
| Octal | 45 | 333 | 254 | 123 | 0 | 25 | 16 | 245 | 110 | 62 |
| Binary | 100101 | 11011011 | 10101100 | 1010011 | 0 | 10101 | 1110 | 10100101 | 1001000 | 110010 |
Color Harmonies of #25DBAC
Complementary color
Monochromatic Colors of #25DBAC
Black with #25DBAC
Text Example
Text Example
White with #25DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DBAC; }
p { color: rgb(37,219,172); }
H1.HeaderClassName
{
color: #25DBAC;
}
.AnyTagClassName
{
color: #25DBAC;
}
</style>
background-color css
<style>
a { background-color: #25DBAC; }
a { background-color: rgb(37,219,172); }
div.DivClassName
{
background-color: #25DBAC;
}
.BgClassName
{
background-color: #25DBAC;
}
</style>
border-color css
<style>
span { border-color: #25DBAC; }
span { border-color: rgb(37,219,172); }
td.TdClassName
{
border-color: #25DBAC;
}
.TagClassName
{
border-color: #25DBAC;
}
</style>