Shades of Shamrock #25CAA4
Tints of Shamrock #25CAA4
RGB
CMYK
RGB Variations
Color information
#25CAA4 (or 0x25CAA4) is known color: Shamrock. HEX triplet: 25, CA and A4. RGB value is (37,202,164). Sum of RGB (Red+Green+Blue) = 37+202+164=403 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.18% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #25CAA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25CAA4 is #DA355B. Grayscale: #949494. Windows color (decimal): -14300508 or 10799653. OLE color: 10799653.
HSL color Cylindrical-coordinate representation of color #25CAA4: hue angle of 166.18º 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 #25CAA4 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 202 | 164 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.21 |
| HSL | 166.18º | 0.69% | 0.47% | - |
| HSV(B) | 166.18º | 0.82% | 0.79% | - |
| XYZ | 28.58 | 45.31 | 42.36 | - |
| YUV | 148.33 | 136.84 | 48.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 202 | 164 | 0.82 | 0 | 0.19 | 0.21 | 166.18 | 0.69 | 0.47 |
| Hex | 25 | CA | A4 | 52 | 0 | 13 | 15 | A6 | 45 | 2F |
| Octal | 45 | 312 | 244 | 122 | 0 | 23 | 25 | 246 | 105 | 57 |
| Binary | 100101 | 11001010 | 10100100 | 1010010 | 0 | 10011 | 10101 | 10100110 | 1000101 | 101111 |
Color Harmonies of #25CAA4
Complementary color
Monochromatic Colors of #25CAA4
Black with #25CAA4
Text Example
Text Example
White with #25CAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CAA4; }
p { color: rgb(37,202,164); }
H1.HeaderClassName
{
color: #25CAA4;
}
.AnyTagClassName
{
color: #25CAA4;
}
</style>
background-color css
<style>
a { background-color: #25CAA4; }
a { background-color: rgb(37,202,164); }
div.DivClassName
{
background-color: #25CAA4;
}
.BgClassName
{
background-color: #25CAA4;
}
</style>
border-color css
<style>
span { border-color: #25CAA4; }
span { border-color: rgb(37,202,164); }
td.TdClassName
{
border-color: #25CAA4;
}
.TagClassName
{
border-color: #25CAA4;
}
</style>