Shades of Shamrock #25CFAF
Tints of Shamrock #25CFAF
RGB
CMYK
RGB Variations
Color information
#25CFAF (or 0x25CFAF) is known color: Shamrock. HEX triplet: 25, CF and AF. RGB value is (37,207,175). Sum of RGB (Red+Green+Blue) = 37+207+175=419 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.83% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #25CFAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25CFAF is #DA3050. Grayscale: #989898. Windows color (decimal): -14299217 or 11521829. OLE color: 11521829.
HSL color Cylindrical-coordinate representation of color #25CFAF: hue angle of 168.71º 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 #25CFAF is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 207 | 175 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.19 |
| HSL | 168.71º | 0.7% | 0.48% | - |
| HSV(B) | 168.71º | 0.82% | 0.81% | - |
| XYZ | 30.81 | 48.11 | 48.22 | - |
| YUV | 152.52 | 140.68 | 45.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 207 | 175 | 0.82 | 0 | 0.15 | 0.19 | 168.71 | 0.7 | 0.48 |
| Hex | 25 | CF | AF | 52 | 0 | F | 13 | A9 | 46 | 30 |
| Octal | 45 | 317 | 257 | 122 | 0 | 17 | 23 | 251 | 106 | 60 |
| Binary | 100101 | 11001111 | 10101111 | 1010010 | 0 | 1111 | 10011 | 10101001 | 1000110 | 110000 |
Color Harmonies of #25CFAF
Complementary color
Monochromatic Colors of #25CFAF
Black with #25CFAF
Text Example
Text Example
White with #25CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CFAF; }
p { color: rgb(37,207,175); }
H1.HeaderClassName
{
color: #25CFAF;
}
.AnyTagClassName
{
color: #25CFAF;
}
</style>
background-color css
<style>
a { background-color: #25CFAF; }
a { background-color: rgb(37,207,175); }
div.DivClassName
{
background-color: #25CFAF;
}
.BgClassName
{
background-color: #25CFAF;
}
</style>
border-color css
<style>
span { border-color: #25CFAF; }
span { border-color: rgb(37,207,175); }
td.TdClassName
{
border-color: #25CFAF;
}
.TagClassName
{
border-color: #25CFAF;
}
</style>