Shades of Shamrock #25CEB0
Tints of Shamrock #25CEB0
RGB
CMYK
RGB Variations
Color information
#25CEB0 (or 0x25CEB0) is known color: Shamrock. HEX triplet: 25, CE and B0. RGB value is (37,206,176). Sum of RGB (Red+Green+Blue) = 37+206+176=419 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.83% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 206 - color contains mainly: green. Hex color #25CEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25CEB0 is #DA314F. Grayscale: #989898. Windows color (decimal): -14299472 or 11587109. OLE color: 11587109.
HSL color Cylindrical-coordinate representation of color #25CEB0: hue angle of 169.35º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CEB0 is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 206 | 176 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.19 |
| HSL | 169.35º | 0.7% | 0.48% | - |
| HSV(B) | 169.35º | 0.82% | 0.81% | - |
| XYZ | 30.67 | 47.67 | 48.66 | - |
| YUV | 152.05 | 141.51 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 206 | 176 | 0.82 | 0 | 0.15 | 0.19 | 169.35 | 0.7 | 0.48 |
| Hex | 25 | CE | B0 | 52 | 0 | F | 13 | A9 | 46 | 30 |
| Octal | 45 | 316 | 260 | 122 | 0 | 17 | 23 | 251 | 106 | 60 |
| Binary | 100101 | 11001110 | 10110000 | 1010010 | 0 | 1111 | 10011 | 10101001 | 1000110 | 110000 |
Color Harmonies of #25CEB0
Complementary color
Monochromatic Colors of #25CEB0
Black with #25CEB0
Text Example
Text Example
White with #25CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CEB0; }
p { color: rgb(37,206,176); }
H1.HeaderClassName
{
color: #25CEB0;
}
.AnyTagClassName
{
color: #25CEB0;
}
</style>
background-color css
<style>
a { background-color: #25CEB0; }
a { background-color: rgb(37,206,176); }
div.DivClassName
{
background-color: #25CEB0;
}
.BgClassName
{
background-color: #25CEB0;
}
</style>
border-color css
<style>
span { border-color: #25CEB0; }
span { border-color: rgb(37,206,176); }
td.TdClassName
{
border-color: #25CEB0;
}
.TagClassName
{
border-color: #25CEB0;
}
</style>