Shades of Shamrock #25DDB3
Tints of Shamrock #25DDB3
RGB
CMYK
RGB Variations
Color information
#25DDB3 (or 0x25DDB3) is known color: Shamrock. HEX triplet: 25, DD and B3. RGB value is (37,221,179). Sum of RGB (Red+Green+Blue) = 37+221+179=437 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.47% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #25DDB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DDB3 is #DA224C. Grayscale: #A1A1A1. Windows color (decimal): -14295629 or 11787557. OLE color: 11787557.
HSL color Cylindrical-coordinate representation of color #25DDB3: hue angle of 166.3º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DDB3 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 221 | 179 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.13 |
| HSL | 166.3º | 0.73% | 0.51% | - |
| HSV(B) | 166.3º | 0.83% | 0.87% | - |
| XYZ | 34.76 | 55.36 | 51.5 | - |
| YUV | 161.2 | 138.04 | 39.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 221 | 179 | 0.83 | 0 | 0.19 | 0.13 | 166.3 | 0.73 | 0.51 |
| Hex | 25 | DD | B3 | 53 | 0 | 13 | D | A6 | 49 | 33 |
| Octal | 45 | 335 | 263 | 123 | 0 | 23 | 15 | 246 | 111 | 63 |
| Binary | 100101 | 11011101 | 10110011 | 1010011 | 0 | 10011 | 1101 | 10100110 | 1001001 | 110011 |
Color Harmonies of #25DDB3
Complementary color
Monochromatic Colors of #25DDB3
Black with #25DDB3
Text Example
Text Example
White with #25DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DDB3; }
p { color: rgb(37,221,179); }
H1.HeaderClassName
{
color: #25DDB3;
}
.AnyTagClassName
{
color: #25DDB3;
}
</style>
background-color css
<style>
a { background-color: #25DDB3; }
a { background-color: rgb(37,221,179); }
div.DivClassName
{
background-color: #25DDB3;
}
.BgClassName
{
background-color: #25DDB3;
}
</style>
border-color css
<style>
span { border-color: #25DDB3; }
span { border-color: rgb(37,221,179); }
td.TdClassName
{
border-color: #25DDB3;
}
.TagClassName
{
border-color: #25DDB3;
}
</style>