Shades of Shamrock #25CFAA
Tints of Shamrock #25CFAA
RGB
CMYK
RGB Variations
Color information
#25CFAA (or 0x25CFAA) is known color: Shamrock. HEX triplet: 25, CF and AA. RGB value is (37,207,170). Sum of RGB (Red+Green+Blue) = 37+207+170=414 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.94% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #25CFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25CFAA is #DA3055. Grayscale: #979797. Windows color (decimal): -14299222 or 11194149. OLE color: 11194149.
HSL color Cylindrical-coordinate representation of color #25CFAA: hue angle of 166.94º 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 #25CFAA is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 207 | 170 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.19 |
| HSL | 166.94º | 0.7% | 0.48% | - |
| HSV(B) | 166.94º | 0.82% | 0.81% | - |
| XYZ | 30.33 | 47.92 | 45.68 | - |
| YUV | 151.95 | 138.18 | 46.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 207 | 170 | 0.82 | 0 | 0.18 | 0.19 | 166.94 | 0.7 | 0.48 |
| Hex | 25 | CF | AA | 52 | 0 | 12 | 13 | A7 | 46 | 30 |
| Octal | 45 | 317 | 252 | 122 | 0 | 22 | 23 | 247 | 106 | 60 |
| Binary | 100101 | 11001111 | 10101010 | 1010010 | 0 | 10010 | 10011 | 10100111 | 1000110 | 110000 |
Color Harmonies of #25CFAA
Complementary color
Monochromatic Colors of #25CFAA
Black with #25CFAA
Text Example
Text Example
White with #25CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CFAA; }
p { color: rgb(37,207,170); }
H1.HeaderClassName
{
color: #25CFAA;
}
.AnyTagClassName
{
color: #25CFAA;
}
</style>
background-color css
<style>
a { background-color: #25CFAA; }
a { background-color: rgb(37,207,170); }
div.DivClassName
{
background-color: #25CFAA;
}
.BgClassName
{
background-color: #25CFAA;
}
</style>
border-color css
<style>
span { border-color: #25CFAA; }
span { border-color: rgb(37,207,170); }
td.TdClassName
{
border-color: #25CFAA;
}
.TagClassName
{
border-color: #25CFAA;
}
</style>