Shades of Shamrock #25C09C
Tints of Shamrock #25C09C
RGB
CMYK
RGB Variations
Color information
#25C09C (or 0x25C09C) is known color: Shamrock. HEX triplet: 25, C0 and 9C. RGB value is (37,192,156). Sum of RGB (Red+Green+Blue) = 37+192+156=385 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.61% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #25C09C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25C09C is #DA3F63. Grayscale: #8D8D8D. Windows color (decimal): -14303076 or 10272805. OLE color: 10272805.
HSL color Cylindrical-coordinate representation of color #25C09C: hue angle of 166.06º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C09C is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 192 | 156 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.25 |
| HSL | 166.06º | 0.68% | 0.45% | - |
| HSV(B) | 166.06º | 0.81% | 0.75% | - |
| XYZ | 25.61 | 40.49 | 37.92 | - |
| YUV | 141.55 | 136.15 | 53.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 192 | 156 | 0.81 | 0 | 0.19 | 0.25 | 166.06 | 0.68 | 0.45 |
| Hex | 25 | C0 | 9C | 51 | 0 | 13 | 19 | A6 | 44 | 2D |
| Octal | 45 | 300 | 234 | 121 | 0 | 23 | 31 | 246 | 104 | 55 |
| Binary | 100101 | 11000000 | 10011100 | 1010001 | 0 | 10011 | 11001 | 10100110 | 1000100 | 101101 |
Color Harmonies of #25C09C
Complementary color
Monochromatic Colors of #25C09C
Black with #25C09C
Text Example
Text Example
White with #25C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C09C; }
p { color: rgb(37,192,156); }
H1.HeaderClassName
{
color: #25C09C;
}
.AnyTagClassName
{
color: #25C09C;
}
</style>
background-color css
<style>
a { background-color: #25C09C; }
a { background-color: rgb(37,192,156); }
div.DivClassName
{
background-color: #25C09C;
}
.BgClassName
{
background-color: #25C09C;
}
</style>
border-color css
<style>
span { border-color: #25C09C; }
span { border-color: rgb(37,192,156); }
td.TdClassName
{
border-color: #25C09C;
}
.TagClassName
{
border-color: #25C09C;
}
</style>