Shades of Shamrock #25CA9C
Tints of Shamrock #25CA9C
RGB
CMYK
RGB Variations
Color information
#25CA9C (or 0x25CA9C) is known color: Shamrock. HEX triplet: 25, CA and 9C. RGB value is (37,202,156). Sum of RGB (Red+Green+Blue) = 37+202+156=395 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.37% from 395); Green value is 202 (79.30% from 255 or 51.14% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 202 - color contains mainly: green. Hex color #25CA9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25CA9C is #DA3563. Grayscale: #939393. Windows color (decimal): -14300516 or 10275365. OLE color: 10275365.
HSL color Cylindrical-coordinate representation of color #25CA9C: hue angle of 163.27º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CA9C is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 202 | 156 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.21 |
| HSL | 163.27º | 0.69% | 0.47% | - |
| HSV(B) | 163.27º | 0.82% | 0.79% | - |
| XYZ | 27.88 | 45.03 | 38.68 | - |
| YUV | 147.42 | 132.84 | 49.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 202 | 156 | 0.82 | 0 | 0.23 | 0.21 | 163.27 | 0.69 | 0.47 |
| Hex | 25 | CA | 9C | 52 | 0 | 17 | 15 | A3 | 45 | 2F |
| Octal | 45 | 312 | 234 | 122 | 0 | 27 | 25 | 243 | 105 | 57 |
| Binary | 100101 | 11001010 | 10011100 | 1010010 | 0 | 10111 | 10101 | 10100011 | 1000101 | 101111 |
Color Harmonies of #25CA9C
Complementary color
Monochromatic Colors of #25CA9C
Black with #25CA9C
Text Example
Text Example
White with #25CA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CA9C; }
p { color: rgb(37,202,156); }
H1.HeaderClassName
{
color: #25CA9C;
}
.AnyTagClassName
{
color: #25CA9C;
}
</style>
background-color css
<style>
a { background-color: #25CA9C; }
a { background-color: rgb(37,202,156); }
div.DivClassName
{
background-color: #25CA9C;
}
.BgClassName
{
background-color: #25CA9C;
}
</style>
border-color css
<style>
span { border-color: #25CA9C; }
span { border-color: rgb(37,202,156); }
td.TdClassName
{
border-color: #25CA9C;
}
.TagClassName
{
border-color: #25CA9C;
}
</style>