Shades of Shamrock #31CCA6
Tints of Shamrock #31CCA6
RGB
CMYK
RGB Variations
Color information
#31CCA6 (or 0x31CCA6) is known color: Shamrock. HEX triplet: 31, CC and A6. RGB value is (49,204,166). Sum of RGB (Red+Green+Blue) = 49+204+166=419 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.69% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 204 - color contains mainly: green. Hex color #31CCA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CCA6 is #CE3359. Grayscale: #999999. Windows color (decimal): -13513562 or 10931249. OLE color: 10931249.
HSL color Cylindrical-coordinate representation of color #31CCA6: hue angle of 165.29º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CCA6 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 204 | 166 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.2 |
| HSL | 165.29º | 0.61% | 0.5% | - |
| HSV(B) | 165.29º | 0.76% | 0.8% | - |
| XYZ | 29.74 | 46.59 | 43.5 | - |
| YUV | 153.32 | 135.15 | 53.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 204 | 166 | 0.76 | 0 | 0.19 | 0.2 | 165.29 | 0.61 | 0.5 |
| Hex | 31 | CC | A6 | 4C | 0 | 13 | 14 | A5 | 3D | 32 |
| Octal | 61 | 314 | 246 | 114 | 0 | 23 | 24 | 245 | 75 | 62 |
| Binary | 110001 | 11001100 | 10100110 | 1001100 | 0 | 10011 | 10100 | 10100101 | 111101 | 110010 |
Color Harmonies of #31CCA6
Complementary color
Monochromatic Colors of #31CCA6
Black with #31CCA6
Text Example
Text Example
White with #31CCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CCA6; }
p { color: rgb(49,204,166); }
H1.HeaderClassName
{
color: #31CCA6;
}
.AnyTagClassName
{
color: #31CCA6;
}
</style>
background-color css
<style>
a { background-color: #31CCA6; }
a { background-color: rgb(49,204,166); }
div.DivClassName
{
background-color: #31CCA6;
}
.BgClassName
{
background-color: #31CCA6;
}
</style>
border-color css
<style>
span { border-color: #31CCA6; }
span { border-color: rgb(49,204,166); }
td.TdClassName
{
border-color: #31CCA6;
}
.TagClassName
{
border-color: #31CCA6;
}
</style>