Shades of Shamrock #25CFAB
Tints of Shamrock #25CFAB
RGB
CMYK
RGB Variations
Color information
#25CFAB (or 0x25CFAB) is known color: Shamrock. HEX triplet: 25, CF and AB. RGB value is (37,207,171). Sum of RGB (Red+Green+Blue) = 37+207+171=415 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.92% from 415); Green value is 207 (81.25% from 255 or 49.88% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 207 - color contains mainly: green. Hex color #25CFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25CFAB is #DA3054. Grayscale: #989898. Windows color (decimal): -14299221 or 11259685. OLE color: 11259685.
HSL color Cylindrical-coordinate representation of color #25CFAB: hue angle of 167.29º 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 #25CFAB is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 207 | 171 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.19 |
| HSL | 167.29º | 0.7% | 0.48% | - |
| HSV(B) | 167.29º | 0.82% | 0.81% | - |
| XYZ | 30.43 | 47.96 | 46.18 | - |
| YUV | 152.07 | 138.68 | 45.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 207 | 171 | 0.82 | 0 | 0.17 | 0.19 | 167.29 | 0.7 | 0.48 |
| Hex | 25 | CF | AB | 52 | 0 | 11 | 13 | A7 | 46 | 30 |
| Octal | 45 | 317 | 253 | 122 | 0 | 21 | 23 | 247 | 106 | 60 |
| Binary | 100101 | 11001111 | 10101011 | 1010010 | 0 | 10001 | 10011 | 10100111 | 1000110 | 110000 |
Color Harmonies of #25CFAB
Complementary color
Monochromatic Colors of #25CFAB
Black with #25CFAB
Text Example
Text Example
White with #25CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CFAB; }
p { color: rgb(37,207,171); }
H1.HeaderClassName
{
color: #25CFAB;
}
.AnyTagClassName
{
color: #25CFAB;
}
</style>
background-color css
<style>
a { background-color: #25CFAB; }
a { background-color: rgb(37,207,171); }
div.DivClassName
{
background-color: #25CFAB;
}
.BgClassName
{
background-color: #25CFAB;
}
</style>
border-color css
<style>
span { border-color: #25CFAB; }
span { border-color: rgb(37,207,171); }
td.TdClassName
{
border-color: #25CFAB;
}
.TagClassName
{
border-color: #25CFAB;
}
</style>