Shades of Shamrock #25DAAC
Tints of Shamrock #25DAAC
RGB
CMYK
RGB Variations
Color information
#25DAAC (or 0x25DAAC) is known color: Shamrock. HEX triplet: 25, DA and AC. RGB value is (37,218,172). Sum of RGB (Red+Green+Blue) = 37+218+172=427 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.67% from 427); Green value is 218 (85.55% from 255 or 51.05% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 218 - color contains mainly: green. Hex color #25DAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25DAAC is #DA2553. Grayscale: #9E9E9E. Windows color (decimal): -14296404 or 11328037. OLE color: 11328037.
HSL color Cylindrical-coordinate representation of color #25DAAC: hue angle of 164.75º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DAAC is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 218 | 172 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.15 |
| HSL | 164.75º | 0.71% | 0.5% | - |
| HSV(B) | 164.75º | 0.83% | 0.85% | - |
| XYZ | 33.28 | 53.51 | 47.61 | - |
| YUV | 158.64 | 135.53 | 41.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 218 | 172 | 0.83 | 0 | 0.21 | 0.15 | 164.75 | 0.71 | 0.5 |
| Hex | 25 | DA | AC | 53 | 0 | 15 | F | A5 | 47 | 32 |
| Octal | 45 | 332 | 254 | 123 | 0 | 25 | 17 | 245 | 107 | 62 |
| Binary | 100101 | 11011010 | 10101100 | 1010011 | 0 | 10101 | 1111 | 10100101 | 1000111 | 110010 |
Color Harmonies of #25DAAC
Complementary color
Monochromatic Colors of #25DAAC
Black with #25DAAC
Text Example
Text Example
White with #25DAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DAAC; }
p { color: rgb(37,218,172); }
H1.HeaderClassName
{
color: #25DAAC;
}
.AnyTagClassName
{
color: #25DAAC;
}
</style>
background-color css
<style>
a { background-color: #25DAAC; }
a { background-color: rgb(37,218,172); }
div.DivClassName
{
background-color: #25DAAC;
}
.BgClassName
{
background-color: #25DAAC;
}
</style>
border-color css
<style>
span { border-color: #25DAAC; }
span { border-color: rgb(37,218,172); }
td.TdClassName
{
border-color: #25DAAC;
}
.TagClassName
{
border-color: #25DAAC;
}
</style>