Shades of Shamrock #25CCAB
Tints of Shamrock #25CCAB
RGB
CMYK
RGB Variations
Color information
#25CCAB (or 0x25CCAB) is known color: Shamrock. HEX triplet: 25, CC and AB. RGB value is (37,204,171). Sum of RGB (Red+Green+Blue) = 37+204+171=412 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.98% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 204 - color contains mainly: green. Hex color #25CCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25CCAB is #DA3354. Grayscale: #969696. Windows color (decimal): -14299989 or 11258917. OLE color: 11258917.
HSL color Cylindrical-coordinate representation of color #25CCAB: hue angle of 168.14º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CCAB is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 204 | 171 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.2 |
| HSL | 168.14º | 0.69% | 0.47% | - |
| HSV(B) | 168.14º | 0.82% | 0.8% | - |
| XYZ | 29.71 | 46.52 | 45.94 | - |
| YUV | 150.31 | 139.67 | 47.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 204 | 171 | 0.82 | 0 | 0.16 | 0.2 | 168.14 | 0.69 | 0.47 |
| Hex | 25 | CC | AB | 52 | 0 | 10 | 14 | A8 | 45 | 2F |
| Octal | 45 | 314 | 253 | 122 | 0 | 20 | 24 | 250 | 105 | 57 |
| Binary | 100101 | 11001100 | 10101011 | 1010010 | 0 | 10000 | 10100 | 10101000 | 1000101 | 101111 |
Color Harmonies of #25CCAB
Complementary color
Monochromatic Colors of #25CCAB
Black with #25CCAB
Text Example
Text Example
White with #25CCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CCAB; }
p { color: rgb(37,204,171); }
H1.HeaderClassName
{
color: #25CCAB;
}
.AnyTagClassName
{
color: #25CCAB;
}
</style>
background-color css
<style>
a { background-color: #25CCAB; }
a { background-color: rgb(37,204,171); }
div.DivClassName
{
background-color: #25CCAB;
}
.BgClassName
{
background-color: #25CCAB;
}
</style>
border-color css
<style>
span { border-color: #25CCAB; }
span { border-color: rgb(37,204,171); }
td.TdClassName
{
border-color: #25CCAB;
}
.TagClassName
{
border-color: #25CCAB;
}
</style>