Shades of Shamrock #25CFB0
Tints of Shamrock #25CFB0
RGB
CMYK
RGB Variations
Color information
#25CFB0 (or 0x25CFB0) is known color: Shamrock. HEX triplet: 25, CF and B0. RGB value is (37,207,176). Sum of RGB (Red+Green+Blue) = 37+207+176=420 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.81% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #25CFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25CFB0 is #DA304F. Grayscale: #989898. Windows color (decimal): -14299216 or 11587365. OLE color: 11587365.
HSL color Cylindrical-coordinate representation of color #25CFB0: hue angle of 169.06º 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 #25CFB0 is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 207 | 176 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.19 |
| HSL | 169.06º | 0.7% | 0.48% | - |
| HSV(B) | 169.06º | 0.82% | 0.81% | - |
| XYZ | 30.91 | 48.15 | 48.74 | - |
| YUV | 152.64 | 141.18 | 45.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 207 | 176 | 0.82 | 0 | 0.15 | 0.19 | 169.06 | 0.7 | 0.48 |
| Hex | 25 | CF | B0 | 52 | 0 | F | 13 | A9 | 46 | 30 |
| Octal | 45 | 317 | 260 | 122 | 0 | 17 | 23 | 251 | 106 | 60 |
| Binary | 100101 | 11001111 | 10110000 | 1010010 | 0 | 1111 | 10011 | 10101001 | 1000110 | 110000 |
Color Harmonies of #25CFB0
Complementary color
Monochromatic Colors of #25CFB0
Black with #25CFB0
Text Example
Text Example
White with #25CFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CFB0; }
p { color: rgb(37,207,176); }
H1.HeaderClassName
{
color: #25CFB0;
}
.AnyTagClassName
{
color: #25CFB0;
}
</style>
background-color css
<style>
a { background-color: #25CFB0; }
a { background-color: rgb(37,207,176); }
div.DivClassName
{
background-color: #25CFB0;
}
.BgClassName
{
background-color: #25CFB0;
}
</style>
border-color css
<style>
span { border-color: #25CFB0; }
span { border-color: rgb(37,207,176); }
td.TdClassName
{
border-color: #25CFB0;
}
.TagClassName
{
border-color: #25CFB0;
}
</style>