Shades of Shamrock #25CFB2
Tints of Shamrock #25CFB2
RGB
CMYK
RGB Variations
Color information
#25CFB2 (or 0x25CFB2) is known color: Shamrock. HEX triplet: 25, CF and B2. RGB value is (37,207,178). Sum of RGB (Red+Green+Blue) = 37+207+178=422 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.77% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #25CFB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25CFB2 is #DA304D. Grayscale: #989898. Windows color (decimal): -14299214 or 11718437. OLE color: 11718437.
HSL color Cylindrical-coordinate representation of color #25CFB2: hue angle of 169.76º 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 #25CFB2 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 207 | 178 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.19 |
| HSL | 169.76º | 0.7% | 0.48% | - |
| HSV(B) | 169.76º | 0.82% | 0.81% | - |
| XYZ | 31.11 | 48.23 | 49.79 | - |
| YUV | 152.86 | 142.18 | 45.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 207 | 178 | 0.82 | 0 | 0.14 | 0.19 | 169.76 | 0.7 | 0.48 |
| Hex | 25 | CF | B2 | 52 | 0 | E | 13 | AA | 46 | 30 |
| Octal | 45 | 317 | 262 | 122 | 0 | 16 | 23 | 252 | 106 | 60 |
| Binary | 100101 | 11001111 | 10110010 | 1010010 | 0 | 1110 | 10011 | 10101010 | 1000110 | 110000 |
Color Harmonies of #25CFB2
Complementary color
Monochromatic Colors of #25CFB2
Black with #25CFB2
Text Example
Text Example
White with #25CFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CFB2; }
p { color: rgb(37,207,178); }
H1.HeaderClassName
{
color: #25CFB2;
}
.AnyTagClassName
{
color: #25CFB2;
}
</style>
background-color css
<style>
a { background-color: #25CFB2; }
a { background-color: rgb(37,207,178); }
div.DivClassName
{
background-color: #25CFB2;
}
.BgClassName
{
background-color: #25CFB2;
}
</style>
border-color css
<style>
span { border-color: #25CFB2; }
span { border-color: rgb(37,207,178); }
td.TdClassName
{
border-color: #25CFB2;
}
.TagClassName
{
border-color: #25CFB2;
}
</style>